(function(c) { var b = function() { var d = window.location.hash.replace("#", ""); var e = c("ul.navigationTabs a").bind("click", a).filter("a[rel=" + d + "]"); if (e.size() == 0) { e = c("ul.navigationTabs a:first") } c("a.bwGal").zoomimage({ border: 5, centered: true, hideSource: false, shadow: 40, controls: true }); c("a.customGal").zoomimage({ border: 5, centered: true, hideSource: false, controlsTrigger: "focus", className: "custom", shadow: 40, controls: true, opacity: 1, beforeZoomIn: function(f) { c("#" + f).find("img").css("opacity", 0).animate({ opacity: 1 }, { duration: 500, queue: false }) }, beforeZoomOut: function(f) { c("#" + f).find("img").css("opacity", 0.3).animate({ opacity: 0 }, { duration: 500, queue: false }) } }) }; var a = function(f) { var d = c("ul.navigationTabs a").removeClass("active").index(this); c(this).addClass("active").blur(); c("div.zooimage").zoomimageClear(); c("div.tab").hide().eq(d).show() }; EYE.register(b, "init") })(jQuery);
