window.addEvent('domready',function(){var navSite=$('navSite');navSite.getChildren().addEvents({'mouseenter':function(){this.addClass('hover');},'mouseleave':function(){this.removeClass('hover');}});navSite.getElements('.block').each(function(block){var toggler=block.getPrevious();var parent=toggler.getParent();toggler.fx=new Fx.Slide(block,{wait:false}).hide();if(parent.hasClass('active')){toggler.fx.slideIn();}
if(parent.hasClass('nolink')){toggler.addEvent('click',function(e){new Event(e).stop();this.fx.toggle();});}});$$('a.blank').addEvent('click',function(e){new Event(e).stop();window.open(this.href);});});
/*Date: Tue, 07 Sep 2010 19:21:49 GMT */