function initNavig(){var A=document.getElementById("header");if(A){A=A.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(" hover","")}}}}if(document.all&&!window.opera){attachEvent("onload",initNavig)};