/* The following is taken from http://www.htmldog.com/articles/suckerfish/dropdowns/ */
sfHover=function(){var a=document.getElementById("nav").getElementsByTagName("LI");for(var b=0;b<a.length;b++)a[b].onmouseover=function(){this.className+=" sfhover"},a[b].onmouseout=function(){this.className=this.className.replace(new RegExp(" sfhover\\b"),"")}},window.attachEvent&&window.attachEvent("onload",sfHover)
