
sfHover=function(){var browser=navigator.userAgent;if((browser.search(/Opera/)==-1&&browser.search(/MSIE/)!=-1)){var sfULs=document.getElementById('xxlNav').getElementsByTagName('ul');for(j=0;j<sfULs.length;j++){sfULs[j].innerHTML=('<iframe src="about:blank" scrolling="no" frameborder="0"></iframe>'+sfULs[j].innerHTML);var sfMat=sfULs[j].firstChild;sfMat.style.width=sfULs[j].offsetWidth+"px";sfMat.style.height=sfULs[j].offsetHeight+"px";sfULs[j].style.zIndex="99";}
var sfLIs=document.getElementById('xxlNav').getElementsByTagName('li');for(var i=0;i<sfLIs.length;i++)if(sfLIs[i]){sfLIs[i].onmouseover=function(){this.className+=" sfhover";}
sfLIs[i].onmouseout=function(){this.className=this.className.replace(' sfhover','');}}}else{var sfEls=document.getElementById("xxlNav").getElementsByTagName("LI");for(var i=0;i<sfEls.length;i++){sfEls[i].onmouseover=function(){this.className+=" sfhover";}
sfEls[i].onmouseout=function(){this.className=this.className.replace(new RegExp(" sfhover\\b"),"");}}}}
if(window.attachEvent)window.attachEvent("onload",sfHover);