startList=function(){elementRipper("horznav");elementRipper("topnav")};elementRipper=function(B){if(document.all&&document.getElementById){navRoot=document.getElementById(B);var A;for(A=0;A<navRoot.childNodes.length;A++){node=navRoot.childNodes[A];if(node.nodeName=="LI"){node.onmouseover=function(){this.className+=" over"};node.onmouseout=function(){this.className=this.className.replace(" over","")}}}}};window.onload=startList;