// IE6 hover fix for menu
sfHover=function(){var a=document.getElementById("menu").getElementsByTagName("li");for(var b=0;b<a.length;b++)a[b].onmouseover=function(){this.className+=" hover"},a[b].onmouseout=function(){this.className=this.className.replace(new RegExp(" hover\\b"),"")}},window.attachEvent&&window.attachEvent("onload",sfHover)
