BrowserDetect.init();sfHover=function(){var A=document.getElementById("nav").getElementsByTagName("LI");var D=new RegExp(" over");var C=5000;if(document.getElementById("map")){C=document.getElementById("map").style.zIndex+10000;}for(var B=0;B<A.length;B++){A[B].style.zIndex=C;A[B].onmouseover=function(){this.className=this.className.replace(D,"");this.className+=" over";};A[B].onmousemove=function(){if(this.className.indexOf("sfhover")==-1){this.className=this.className.replace(D,"");this.className+=" over";}};A[B].onmouseout=function(){this.className=this.className.replace(D,"");};}if(document.getElementById("mapnav")){A=document.getElementById("mapnav").getElementsByTagName("LI");D=new RegExp(" over");C=document.getElementById("map").style.zIndex+10500;for(var B=0;B<A.length;B++){A[B].style.zIndex=C;A[B].onmouseover=function(){this.className=this.className.replace(D,"");this.className+=" over";};A[B].onmousemove=function(){if(this.className.indexOf("sfhover")==-1){this.className=this.className.replace(D,"");this.className+=" over";}};A[B].onmouseout=function(){this.className=this.className.replace(D,"");};}}};startList=function(){if(document.all||document.getElementById("nav")){var B=document.getElementById("nav");var A=5000;if(document.getElementById("map")){A=document.getElementById("map").style.zIndex+10000;}B.style.zIndex=A;for(i=0;i<B.childNodes.length;i++){node=B.childNodes[i];if(node.nodeName=="LI"){node.onmouseover=function(){this.className+=" over";};node.onmouseout=function(){this.className=this.className.replace(" over","");};}}if(document.getElementById("mapnav")){B=document.getElementById("mapnav");A=document.getElementById("map").style.zIndex+10000;B.style.zIndex=A;for(i=0;i<B.childNodes.length;i++){node=B.childNodes[i];if(node.nodeName=="LI"){node.onmouseover=function(){this.className+=" over";};node.onmouseout=function(){this.className=this.className.replace(" over","");};}}}}};function initMenu(){if(BrowserDetect.browser=="Explorer"){sfHover();}else{startList();}}