var SITE={start:function(){SITE.appendMainMenu();SITE.appendGofR();SITE.imageAutoMover($$("img.change"),"_on","_off");SITE.tTipAdd(new Hash({light:{selector:".tooltip",options:{className:"tooltipsEnabled",offsets:{x:14,y:6}}},dark:{selector:".tooltip2",options:{className:"tooltipsEnabled2",offsets:{x:14,y:6}}}}))},appendMainMenu:function(){var a=$splat($$("#MainMenu ul>li"));a.each(function(c,b){c.addEvents({mouseover:function(d){this.addClass("iehover")},mouseout:function(d){this.removeClass("iehover")},focus:function(d){this.fireEvent("mouseover")},blur:function(d){this.fireEvent("mouseout")}})})},Tips:new Array,tTipAdd:function(b){var a=b.filter(function(c){return($defined(c.selector)&&c.selector!="")?true:false});a.each(function(d,c){SITE.Tips["ttips"+c.capitalize()]=new Tips([],$merge({className:"ttips-"+c.toLowerCase(),offsets:{x:20,y:10},onShow:function(e){e.setStyle("opacity",0.8)},onHide:function(e){e.setStyle("opacity",0)}},d.options||{}));$$(d.selector).each(function(g){var f="";var e="";var i=($chk(g.get("title")))?g.get("title").clean():null;if(i){if(i.contains("::")){var h=$A(i.split("::"));if(h.length>1){f=h[0].clean();e=h[1].clean()}else{e=h[0].clean()}}else{e=i.clean()}if(f!=""||e!=""){g.store("tip:title",f);g.store("tip:text",e);SITE.Tips["ttips"+c.capitalize()].attach(g)}g.set("title","")}})});SITE.tTipCleanupInlineEl(a)},tTipCleanupInlineEl:function(b){var a=b.getKeys();b.each(function(d,c){$$(d.selector).each(function(e){a.each(function(f){if(f!=c){e.getElements(b.get(f).selector).each(function(g){SITE.Tips["ttips"+f.capitalize()].detach(g)})}})})})},appendGofR:function(){if($defined($("gallery_of_references"))){var c=$("gallery_of_references");var a=c.getElements(".gofr-item");var d=c.getElement(".gofr-buttons").getElements("span");var b=new SimpleCarousel(c,a,d,{slideInterval:5000,rotateAction:"click",buttonOnClass:"current",buttonOffClass:"",onShowSlide:function(e){c.morph({height:a[e].getSize().y})}});new Element("div",{"class":"gofr-overlay",html:"&nbsp;",events:{click:function(){this.pause=!this.pause;if(this.pause){this.addClass("gofr-overlay_pause");b.stop()}else{this.removeClass("gofr-overlay_pause");b.rotate();b.autoplay()}},mouseenter:function(){this.morph({opacity:0.7})},mouseleave:function(){if(!this.pause){this.morph({opacity:0.2})}}}}).inject(c).setOpacity(0.2)}},imageAutoMover:function(c,b,a){if(c.length>0){c.each(function(d){var d=$(d);if($chk(d.src)){if(d.src.indexOf(a)>0){d.addEvent("mouseenter",function(){d.src=d.src.replace(a,b)}).addEvent("mouseleave",function(){d.src=d.src.replace(b,a)})}}})}}};window.addEvent("domready",SITE.start);
