hs.graphicsDir = '/lib/highslide/graphics/';

jQuery(document).ready(function() {
//		jQuery(".highslide").each(function (i) {jQuery(this).attr("onclick","return hs.expand(this);")});
	jQuery(".zoom_picture").attr("onclick","return hs.expand(this);");
	jQuery(".zoom_picture").click(function () {return hs.expand(this)});
	
	


});

