var nChunk; var useragent = navigator.userAgent; function HideErrors(){ return true; } function doMenu(id, x) { var thisMenu = document.all(id); if (useragent.indexOf("Windows 3.1") != -1) x = x * .80 if (thisMenu == AnimatedMenu) { window.event.cancelBubble = true; return false; } if (AnimatedMenu != null) AnimatedMenu.style.display = "none"; if (thisMenu.style.display != "none"){ thisMenu.style.display = ""; return false; } window.event.cancelBubble = true; thisMenu.style.top = 15; if( x < 0) { x = document.body.clientWidth + x; } thisMenu.style.left = x; AnimatedMenu = thisMenu; if(useragent.indexOf("Mac") != -1) { AnimatedMenu.style.display = ""; } else { thisMenu.style.clip = "rect(0 0 0 0)"; thisMenu.style.display = "block"; nChunk = 25; window.setTimeout("showMenu()", 30); } } function showMenu() { AnimatedMenu.style.clip = "rect(0 "+ nChunk + "% " + nChunk + "% 0)" nChunk +=25 nChunk<=100?window.setTimeout("showMenu()",25):null } function hideMenu(){ AnimatedMenu.style.display = "none"; AnimatedMenu = StartMenu; window.event.cancelBubble = true; } function keepMenu(){ window.event.cancelBubble = true; } document.onclick = hideMenu; document.write("") document.write("") document.write(" ") document.write(" ") document.write(" ") //document.write(" ") //http://www.etl.sba.uwm.edu/team25/guessbook.htm document.write(" ") document.write(" ") document.write(" ") document.write(" ") document.write("
   About Beetle Mania     The Beetle     Beetle Care     Beetle Adventures     Believe It or Not  Home    Contact products, services, and other info
") document.write("") document.write("") document.write("") document.write("") document.write("") document.write("") document.write("") var AnimatedMenu = StartMenu; window.onerror = HideErrors; document.onmouseover = hideMenu; if ((location.pathname == "/") || (location.pathname.substring(1,4) == "ies")){ document.all("def").style.color="white"; }else{ document.all(location.pathname.substring(1,4)).style.color="white"; }