sfHover=function(){var a=getElementsByClassNameM(document.getElementById("main_nav"),"ul","dynmenu");for(var c=0;c<a.length;c++){var d=a[c].getElementsByTagName("LI");for(var b=0;b<d.length;b++){d[b].onmouseover=function(){this.className+=" sfhover"};d[b].onmouseout=function(){this.className=this.className.replace(new RegExp(" sfhover\\b"),"")}}}};if(window.attachEvent){window.attachEvent("onload",sfHover)}function openFlyoutNavigation(b,a){if(document.all){window.event.cancelBubble=1}else{b.stopPropagation()}if(document.getElementById("dynmenuStart"+a)){document.getElementById("dynmenuStart"+a).style.left=(document.all?"197px":"215px");document.getElementById("dynmenuStart"+a).style.top="auto"}}function closeFlyoutNavigation(b,a){if(document.all){window.event.cancelBubble=1}else{b.stopPropagation()}if(document.getElementById("dynmenuStart"+a)){document.getElementById("dynmenuStart"+a).style.left="-1000px"}};
