function MM_reloadPage(init) {  //reloads the window if Nav4 resized  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();}MM_reloadPage(true);isOpera=isOpera5=window.opera&&isDOM; //Opera 5+isMSIE=document.all&&document.all.item&&!isOpera; //MSIE 4+isMozilla=navigator.appName=="Netscape"; //Mozillavar mousex = 0;var mousey = 0;if (isMSIE || isOpera){document.onmousemove = function(){mousex = event.clientX + document.body.scrollLeft;mousey = event.clientY + document.body.scrollTop;return true;}}else if (isMozilla){document.onmousemove=function(e){mousex = e.pageX;mousey = e.pageY;return true;}}function showMenu(objMenu){	    if (isMSIE || isOpera){            if (objMenu==1){	            small1.style.display = "";	            small1.style.left = mousex-130+"px";	            small1.style.top = mousey+5+"px";            }            if (objMenu==2){	            small2.style.display = "";	            small2.style.left = mousex-130+"px";	            small2.style.top = mousey+5+"px";            }            if (objMenu==3){	            small3.style.display = "";	            small3.style.left = mousex-130+"px";	            small3.style.top = mousey+5+"px";            }            if (objMenu==4){	            small4.style.display = "";	            small4.style.left = mousex-130+"px";	            small4.style.top = mousey+5+"px";            }            if (objMenu==5){	            small5.style.display = "";	            small5.style.left = mousex-130+"px";	            small5.style.top = mousey+5+"px";            }            if (objMenu==6){	            small6.style.display = "";	            small6.style.left = mousex-130+"px";	            small6.style.top = mousey+5+"px";            }            if (objMenu==7){	            small7.style.display = "";	            small7.style.left = mousex-130+"px";	            small7.style.top = mousey+5+"px";            }            if (objMenu==8){	            small8.style.display = "";	            small8.style.left = mousex-130+"px";	            small8.style.top = mousey+5+"px";            }            if (objMenu==9){	            small9.style.display = "";	            small9.style.left = mousex-130+"px";	            small9.style.top = mousey+5+"px";            }	    }       if (isMozilla){	        if (objMenu==1){              document.getElementById("small1").style.display = "";              document.getElementById("small1").style.left = mousex-130+"px";              document.getElementById("small1").style.top = mousey+5+"px";            }	        if (objMenu==2){              document.getElementById("small2").style.display = "";              document.getElementById("small2").style.left = mousex-130+"px";              document.getElementById("small2").style.top = mousey+5+"px";            }	        if (objMenu==3){              document.getElementById("small3").style.display = "";              document.getElementById("small3").style.left = mousex-130+"px";              document.getElementById("small3").style.top = mousey+5+"px";            }	        if (objMenu==4){              document.getElementById("small4").style.display = "";              document.getElementById("small4").style.left = mousex-130+"px";              document.getElementById("small4").style.top = mousey+5+"px";            }	        if (objMenu==5){              document.getElementById("small5").style.display = "";              document.getElementById("small5").style.left = mousex-130+"px";              document.getElementById("small5").style.top = mousey+5+"px";            } 	        if (objMenu==6){              document.getElementById("small6").style.display = "";              document.getElementById("small6").style.left = mousex-130+"px";              document.getElementById("small6").style.top = mousey+5+"px";            }	        if (objMenu==7){              document.getElementById("small7").style.display = "";              document.getElementById("small7").style.left = mousex-130+"px";              document.getElementById("small7").style.top = mousey+5+"px";            } 	        if (objMenu==8){              document.getElementById("small8").style.display = "";              document.getElementById("small8").style.left = mousex-130+"px";              document.getElementById("small8").style.top = mousey+5+"px";            }	        if (objMenu==9){              document.getElementById("small9").style.display = "";              document.getElementById("small9").style.left = mousex-130+"px";              document.getElementById("small9").style.top = mousey+5+"px";            }       }}function hideMenu(objMenu){	    if (isMSIE || isOpera){	                  if (objMenu==1){	                  small1.style.display = "none";	                  }	                  if (objMenu==2){	                  small2.style.display = "none";	                  }	                  if (objMenu==3){	                  small3.style.display = "none";	                  }	                  if (objMenu==4){	                  small4.style.display = "none";	                  }	                  if (objMenu==5){	                  small5.style.display = "none";	                  }	                  if (objMenu==6){	                  small6.style.display = "none";	                  }	                  if (objMenu==7){	                  small7.style.display = "none";	                  }	                  if (objMenu==8){	                  small8.style.display = "none";	                  }	                  if (objMenu==9){	                  small9.style.display = "none";	                  }        }        if (isMozilla){                 if (objMenu==1){                        document.getElementById("small1").style.display = "none";                 }                 if (objMenu==2){                        document.getElementById("small2").style.display = "none";                 }                 if (objMenu==3){                        document.getElementById("small3").style.display = "none";                 }                 if (objMenu==4){                        document.getElementById("small4").style.display = "none";                 }                 if (objMenu==5){                        document.getElementById("small5").style.display = "none";                 }                 if (objMenu==6){                        document.getElementById("small6").style.display = "none";                 }                 if (objMenu==7){                        document.getElementById("small7").style.display = "none";                 }                 if (objMenu==8){                        document.getElementById("small8").style.display = "none";                 }                 if (objMenu==9){                        document.getElementById("small9").style.display = "none";                 }        }}
