
  jsHover = function() {
    var hEls = document.getElementById("nav").getElementsByTagName("LI");
    for (var i=0, len=hEls.length; i<len; i++) {
      hEls[i].onmouseover=function() { this.className+=" jshover"; }
      hEls[i].onmouseout=function() { this.className=this.className.replace(" jshover", ""); }
    }
  }
  if (window.attachEvent && navigator.userAgent.indexOf("Opera")==-1) window.attachEvent("onload", jsHover);



  jsHover1 = function() {
    var hEls = document.getElementById("nav1").getElementsByTagName("LI");
    for (var i=0, len=hEls.length; i<len; i++) {
      hEls[i].onmouseover=function() { this.className+=" jshover1"; }
      hEls[i].onmouseout=function() { this.className=this.className.replace(" jshover1", ""); }
    }
  }
  if (window.attachEvent && navigator.userAgent.indexOf("Opera")==-1) window.attachEvent("onload", jsHover1);




  jsHover2 = function() {
    var hEls = document.getElementById("nav2").getElementsByTagName("LI");
    for (var i=0, len=hEls.length; i<len; i++) {
      hEls[i].onmouseover=function() { this.className+=" jshover2"; }
      hEls[i].onmouseout=function() { this.className=this.className.replace(" jshover2", ""); }
    }
  }
  if (window.attachEvent && navigator.userAgent.indexOf("Opera")==-1) window.attachEvent("onload", jsHover2);




  jsHover3 = function() {
    var hEls = document.getElementById("nav3").getElementsByTagName("LI");
    for (var i=0, len=hEls.length; i<len; i++) {
      hEls[i].onmouseover=function() { this.className+=" jshover3"; }
      hEls[i].onmouseout=function() { this.className=this.className.replace(" jshover3", ""); }
    }
  }
  if (window.attachEvent && navigator.userAgent.indexOf("Opera")==-1) window.attachEvent("onload", jsHover3);




  jsHover4 = function() {
    var hEls = document.getElementById("nav4").getElementsByTagName("LI");
    for (var i=0, len=hEls.length; i<len; i++) {
      hEls[i].onmouseover=function() { this.className+=" jshover4"; }
      hEls[i].onmouseout=function() { this.className=this.className.replace(" jshover4", ""); }
    }
  }
  if (window.attachEvent && navigator.userAgent.indexOf("Opera")==-1) window.attachEvent("onload", jsHover4);





  jsHover5 = function() {
    var hEls = document.getElementById("nav5").getElementsByTagName("LI");
    for (var i=0, len=hEls.length; i<len; i++) {
      hEls[i].onmouseover=function() { this.className+=" jshover5"; }
      hEls[i].onmouseout=function() { this.className=this.className.replace(" jshover5", ""); }
    }
  }
  if (window.attachEvent && navigator.userAgent.indexOf("Opera")==-1) window.attachEvent("onload", jsHover5);


  jsHover6 = function() {
    var hEls = document.getElementById("nav6").getElementsByTagName("LI");
    for (var i=0, len=hEls.length; i<len; i++) {
      hEls[i].onmouseover=function() { this.className+=" jshover6"; }
      hEls[i].onmouseout=function() { this.className=this.className.replace(" jshover6", ""); }
    }
  }
  if (window.attachEvent && navigator.userAgent.indexOf("Opera")==-1) window.attachEvent("onload", jsHover6);

