
   if(!dbugScripts("forums",["forums.tron.frontdoor.js"])) {
   /*	forums.tron.frontdoor.js - packed	*/
       window.addEvent("domready",function(){$$(".col a.expandable").each(function(C){var A=C.getNext(".forumDropDownContent");var B=C.getParent("li");C.addEvent("mouseover",function(){A.setPosition({relativeTo:C,position:{x:"right",y:"top"},edge:"topleft",offset:{y:(Browser.Engine.trident4)?-10:-11,x:3}});A.setStyle("display","block");});B.addEvent("mouseleave",function(){A.setStyle("display","none");});});});var forumsMenuDropDown=new Class({Implements:Options,options:{},initialize:function(B,A){this.setOptions(A);this.target=B.getParent("li");this.element=B;this.initDropDown();},initDropDown:function(){this.dropDown=new StickyWin({position:"upperRight",edge:"upperLeft",allowMultipleByClass:true,className:"forumDropDown",relativeTo:this.element,inject:{target:this.target},content:this.target.getElement(".forumDropDownContent"),useIframeShim:false,showNow:false,offset:{y:(Browser.Engine.trident4)?-10:-11,x:3}},this);this.target.addEvent("mouseover",function(){dbug.log(this.dropDown);this.dropDown.show();}.bind(this));this.target.addEvent("mouseleave",function(){this.hideDropDown();}.bind(this));},hideDropDown:function(){this.dropDown.hide();}});
   }
       
