if(document.all)addEvents(window,"load",topNav);function topNav(){if(document.all){var oTopNav=document.getElementById('topNav').firstChild;for(var i=0;i<oTopNav.childNodes.length;i++){oTopNav.childNodes[i].onmouseover=function(){if(this.lastChild.style)this.lastChild.style.display='block';};oTopNav.childNodes[i].onmouseout=function(){if(this.lastChild.style)this.lastChild.style.display='none';}}}}