window.addEvent("load",function(){$$("#nav li a").each(function(el){var height=el.offsetHeight;var width=el.offsetWidth;var mid=(width/2).round();var hover=new Element("span",{"class":"hover","styles":{"clip":[0,mid,height,mid]},"text":el.get("text"),"tween":{"link":"cancel","duration":600,"transition":"quint:out"}}).inject(el,"inside");el.addEvents({"mouseover":function(){hover.tween("clip",[0,width,height,0].join(" "));},"mouseout":function(){hover.tween("clip",[0,mid,height,mid].join(" "));}});});});window.addEvent("domready",function(){$("pronav").addEvents({"mouseenter":function(){this.set("tween",{duration:1000,transition:Fx.Transitions.Bounce.easeOut}).tween("height","100px");},"mouseleave":function(){this.set("tween",{}).tween("height","20px");}});window.addEvent("domready",function(){var el=$$(".kamin");$("toggle").addEvent("click",el.fade.bind(el,["toggle"]));});});window.addEvent("domready",function(){var el=$("efx"),color=el.getStyle("backgroundColor");$("efx").set("opacity",0.5).addEvents({mouseenter:function(){this.morph({"opacity":1,"background-color":"#453830"});},mouseleave:function(){this.morph({opacity:0.5,backgroundColor:color});}});});window.addEvent("domready",function(){var pj1=new tabSlider(".pj",{});});window.addEvent("domready",function(){var V3=new viewer($$("#box3 img)"),{mode:["top","bottom"]});$("prev3").addEvent("click",V3.previous.bind(V3));$("next3").addEvent("click",V3.next.bind(V3));});window.addEvent("domready",function(){var V4=new viewer($$("#box4 img)"),{mode:["top","bottom"]});$("prev4").addEvent("click",V4.previous.bind(V4));$("next4").addEvent("click",V4.next.bind(V4));});window.addEvent("domready",function(){var V5=new viewer($$("#box5 img)"),{mode:["top","bottom"]});$("prev5").addEvent("click",V5.previous.bind(V5));$("next5").addEvent("click",V5.next.bind(V5));});