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