window.addEvent('domready',function(){var bounceopts={transition:Fx.Transitions.Bounce.easeOut,duration:3000};var smooth=new SmoothScrolling(bounceopts);smooth.create();var list=$$('#navigation ul li a');list.each(function(element){var fx=new Fx.Styles(element,{duration:200,wait:false});element.addEvent('mouseleave',function(){fx.start({'padding-top':5,'padding-bottom':5,'background-color':'#5A6D7C','border-top-color':'#4A4A4A','border-top-width':'1px','border-top-style':'solid ','color':'#A0B4E6'})});element.addEvent('mouseenter',function(){fx.start({'padding-top':25,'padding-bottom':25,'background-color':'#647A88','border-top-width':'0px','color':'#fff'})})});var Tips2=new Tips($$('.img'),{initialize:function(){this.fx=new Fx.Style(this.toolTip,'opacity',{duration:1000,wait:false}).set(0)},onShow:function(toolTip){this.fx.start(1)},onHide:function(toolTip){this.fx.start(0)}})});
