var switchCSS=function(whenOver,onWhat,from_ccs,to_css){var w=whenOver;var o=onWhat;o.set('morph',{duration:400,transition:Fx.Transitions.Sine.easeOut});w.addEvent('mouseenter',function(){o.morph(to_css);});	w.addEvent('mouseleave',function(){o.morph(from_ccs);});}
