jQuery.noConflict();
/**
 * After document loaded
 */
jQuery(document).ready(function() {
   
	jQuery("a[id^=picTarget_]").click(function () {
		return hs.expand(this);
	});
   
	jQuery("div.picture a").click(function () {
		return hs.expand(this);
   });
   
});
