var ie = document.all; var dom = document.getElementById; var bouncelimit=8; var strIamHere=0; Xoffset = -90 ; Yoffset = 20 ; var old,skn,iex=(document.all),yyy=0; var ns4 = document.layers; var ns6 = document.getElementById &&!document.all; var ie4 = document.all; var myWidth = 0; var myHeight = 0; var timeo = -1; if (ns4) { // skn = document.menu; } else if (ns6) { skn = document.getElementById("menu").style; } else if (ie4) { //skn = document.all.menu.style; //skn = document.all("menu").style; } if(ns4) { document.captureEvents(Event.MOUSEMOVE); } else { //skn.visibility="visible" //skn.display="none" } //document.onmousemove = get_mouse; // BEGIN FUNCTIONS function popup(num){ clear_timeo(); // HERE IS WHERE WE GENERATE THE MENU CONTENTS cn0 = " "; cn0 += " "; cn0 += " "; cn0 += " "; cn0 += "
"; if (num==1) { cn0 += " "; cn0 += " "; cn0 += " "; cn0 += " "; } if (num==2) { cn0 += " "; cn0 += " "; cn0 += " "; cn0 += " "; } if (num==3) { cn0 += " "; cn0 += " "; cn0 += " "; cn0 += " "; cn0 += " "; cn0 += " "; cn0 += " "; cn0 += " "; cn0 += " "; cn0 += " "; cn0 += " "; cn0 += " "; cn0 += " "; cn0 += " "; cn0 += " "; cn0 += " "; cn0 += " "; cn0 += " "; } if (num==4) { cn0 += " "; cn0 += " "; cn0 += " "; cn0 += " "; cn0 += " "; cn0 += " "; cn0 += " "; cn0 += " "; cn0 += " "; cn0 += " "; cn0 += " "; } if (num==6) { cn0 += " "; cn0 += " "; cn0 += " "; cn0 += " "; } cn0 += "
Hosted Games
Web Hosting
Standard
Total Control
Dedicated Reseller
Teamspeak
Ventrilo
Ventrilo
"; // Set X and Y offsets by function parameters yyy = 21; Xoffset = 132; // Write the table to the layer // Netscape 4 requires that the code be written to the Layer then closed and displayed if(ns4){ skn.document.write(cn0); skn.document.close(); skn.visibility="visible"; } // Netscape 6 allows for "innerHTML" if(ns6){ document.getElementById("menu").innerHTML=cn0; skn.display=''; } // IE 4+ allows for "innerHTML" if(ie4){ document.all("menu").innerHTML=cn0; //skn.display=''; } } function setpos(xx, yy) { clear_timeo(); if (document.getElementById) { el = document.getElementById("menu").style ; } else if (document.all){ el = document.all["menu"].style; } else if (document.layers) { el = document.layers["menu"]; } // Align Box Y el.top = yy; // Align Box X el.left = xx; } function do_timeout() { timeo = setTimeout("setpos(-1000,-1000)", 1000); } function clear_timeo() { clearTimeout(timeo); }