showTips=function(_1){for(var i=0;i<_1.childNodes.length;i++){if(_1.childNodes[i].className=="tips"){document.getElementById("tips").innerHTML=_1.childNodes[i].innerHTML;break;}}};clearTips=function(){document.getElementById("tips").innerHTML="";};function sfHover(){var _3=document.getElementById("mainmenu").getElementsByTagName("LI");for(var i=0;i<_3.length;i++){_3[i].onmouseover=function(){this.className+=" sfhover";};_3[i].onmouseout=function(){this.className=this.className.replace(new RegExp(" sfhover\\b"),"");};}};if(window.attachEvent){window.attachEvent("onload",sfHover);}