hs.showCredits = false; hs.graphicsDir = "/js/highslide/graphics/"; hs.align = "center"; hs.transitions = ["expand", "crossfade"]; hs.outlineType = "rounded-white"; hs.fadeInOut = true; hs.dimmingOpacity = 0.75; $(document).ready(function(){ var $gallery_cat = $('ul.catalog div.visual a:has(img)'); $gallery_cat.each(function(){ this.onclick = function() { return hs.expand(this); }; }); });