var Site={start:function(){Site.accordion();Site.lastRentsOver()},lastRentsOver:function(){$$("table#last_rents tbody tr").each(function(A){A.addEvent("mouseover",function(){this.setStyle("background-color","#FBF940")}).addEvent("mouseout",function(){this.setStyle("background-color","")})})},accordion:function(){$$("ul.toggle").setStyle("display","block");$$("a.handle","a.subhandle").addEvent("click",function(A){new Event(A).stop()});new Accordion("a.handle","ul.toggle",{alwaysHide:true,show:-1,opacity:false,onBackground:function(A){A.getNext().setStyles({overflow:"hidden"})}});new Accordion("a.subhandle","ul.subtoggle",{alwaysHide:true,show:-1,opacity:false,onActive:function(A){A.getParent().getParent().setStyles({height:"",overflow:"visible"})},onBackground:function(A){A.getParent().getParent().setStyles({height:"",overflow:"visible"})}})}};window.addEvent("domready",Site.start)
