// JavaScript Document

navHover = function() {
 //for(i=1;i<=2;i++){
     var lis = document.getElementById("navmenu-h-1").getElementsByTagName("LI");
	 
     for (var i=0; i<lis.length; i++) {
         lis[i].onmouseover=function() {
             this.className+=" iehover";
         }
         lis[i].onmouseout=function() {
             this.className=this.className.replace(new RegExp(" iehover\\b"), "");
         }
     }
	 navHover2();
  }
  
  navHover2 = function() {
 //for(i=1;i<=2;i++){
     var lis = document.getElementById("navmenu-h-2").getElementsByTagName("LI");
	 
     for (var i=0; i<lis.length; i++) {
         lis[i].onmouseover=function() {
             this.className+=" iehover";
         }
         lis[i].onmouseout=function() {
             this.className=this.className.replace(new RegExp(" iehover\\b"), "");
         }
     }
	 navHover3();
  }
  
   navHover3 = function() {
     var lis = document.getElementById("navmenu-h-3").getElementsByTagName("LI");
	 
     for (var i=0; i<lis.length; i++) {
         lis[i].onmouseover=function() {
             this.className+=" iehover";
         }
         lis[i].onmouseout=function() {
             this.className=this.className.replace(new RegExp(" iehover\\b"), "");
         }
     }
	 navHover4();
  }
  
   navHover4 = function() {
     var lis = document.getElementById("navmenu-h-4").getElementsByTagName("LI");
	 
     for (var i=0; i<lis.length; i++) {
         lis[i].onmouseover=function() {
             this.className+=" iehover";
         }
         lis[i].onmouseout=function() {
             this.className=this.className.replace(new RegExp(" iehover\\b"), "");
         }
     }
	 navHover5();
  }
  
   navHover5 = function() {
     var lis = document.getElementById("navmenu-h-5").getElementsByTagName("LI");
	 
     for (var i=0; i<lis.length; i++) {
         lis[i].onmouseover=function() {
             this.className+=" iehover";
         }
         lis[i].onmouseout=function() {
             this.className=this.className.replace(new RegExp(" iehover\\b"), "");
         }
     }
	 navHover6();
  }
  
   navHover6 = function() {
     var lis = document.getElementById("navmenu-h-6").getElementsByTagName("LI");
	 
     for (var i=0; i<lis.length; i++) {
         lis[i].onmouseover=function() {
             this.className+=" iehover";
         }
         lis[i].onmouseout=function() {
             this.className=this.className.replace(new RegExp(" iehover\\b"), "");
         }
     }
	 navHover7();
  }
  
   navHover7 = function() {
     var lis = document.getElementById("navmenu-h-7").getElementsByTagName("LI");
	 
     for (var i=0; i<lis.length; i++) {
         lis[i].onmouseover=function() {
             this.className+=" iehover";
         }
         lis[i].onmouseout=function() {
             this.className=this.className.replace(new RegExp(" iehover\\b"), "");
         }
     }
	 navHover8();
  }
  
   navHover8 = function() {
     var lis = document.getElementById("navmenu-h-8").getElementsByTagName("LI");
	 
     for (var i=0; i<lis.length; i++) {
         lis[i].onmouseover=function() {
             this.className+=" iehover";
         }
         lis[i].onmouseout=function() {
             this.className=this.className.replace(new RegExp(" iehover\\b"), "");
         }
     }
	 navHover10();
  }
  
/*   navHover9 = function() {
     var lis = document.getElementById("navmenu-h-9").getElementsByTagName("LI");
	 
     for (var i=0; i<lis.length; i++) {
         lis[i].onmouseover=function() {
             this.className+=" iehover";
         }
         lis[i].onmouseout=function() {
             this.className=this.className.replace(new RegExp(" iehover\\b"), "");
         }
     }
	 navHover10();
  }*/
  
   navHover10 = function() {
     var lis = document.getElementById("navmenu-h-10").getElementsByTagName("LI");
	 
     for (var i=0; i<lis.length; i++) {
         lis[i].onmouseover=function() {
             this.className+=" iehover";
         }
         lis[i].onmouseout=function() {
             this.className=this.className.replace(new RegExp(" iehover\\b"), "");
         }
     }
	 navHover11();
  }
  
   navHover11 = function() {
     var lis = document.getElementById("navmenu-h-11").getElementsByTagName("LI");
	 
     for (var i=0; i<lis.length; i++) {
         lis[i].onmouseover=function() {
             this.className+=" iehover";
         }
         lis[i].onmouseout=function() {
             this.className=this.className.replace(new RegExp(" iehover\\b"), "");
         }
     }
//	 navHover12();
  }
  
/*   navHover12 = function() {
     var lis = document.getElementById("navmenu-h-12").getElementsByTagName("LI");
	 
     for (var i=0; i<lis.length; i++) {
         lis[i].onmouseover=function() {
             this.className+=" iehover";
         }
         lis[i].onmouseout=function() {
             this.className=this.className.replace(new RegExp(" iehover\\b"), "");
         }
     }
	 navHover13();
  }
  
   navHover13 = function() {
     var lis = document.getElementById("navmenu-h-13").getElementsByTagName("LI");
	 
     for (var i=0; i<lis.length; i++) {
         lis[i].onmouseover=function() {
             this.className+=" iehover";
         }
         lis[i].onmouseout=function() {
             this.className=this.className.replace(new RegExp(" iehover\\b"), "");
         }
     }
	 
  }*/
    
 if (window.attachEvent) window.attachEvent("onload", navHover);





