<!--
URL = new Array();
Title = new Array();
URL[0] = "http://cjhosting.com/new/ecart.htm"
Title[0] = "Shopping Cart"
URL[1] = "http://cjhosting.com/new/links.htm"
Title[1] = "FREE Links"
URL[2] = "http://cjhosting.com/new/weblog.htm"
Title[2] = "News and Blog"
URL[3] = "http://cjhosting.com/new/datacenter.htm"
Title[3] = "Datacenter Tour"
URL[4] = "http://cjhosting.com/new/gen.htm"
Title[4] = "HTML Generator"
URL[5] = "http://cjhosting.com/new/detail.htm"
Title[5] = "Plan Features"
URL[6] = "http://cjhosting.com/new/submit.htm"
Title[6] = "Submit URL"
URL[6] = "http://cjhosting.com/new/gcards.htm"
Title[6] = "FREE eCards"
URL[7] = "https://powder.site-secure.net/cjhosting/new/register.htm"
Title[7] = "Register a Domain"
URL[8] = "http://cjhosting.com/new/submit.htm"
Title[8] = "Submit your site"
/*============Don't Edit below here - doing so could mess up the script===============*/
document.write("<FORM NAME=\"PRO\">")
document.write("<SELECT NAME=\"Links\" onChange=\"GoTo()\">")
document.write("<OPTION VALUE=\"\">Fast Navigation Menu")
document.write("<OPTION VALUE=\"\">")
for(x = 0; x < URL.length; x++)
{
document.write("<OPTION VALUE=\"" + URL[x] + "\">" + Title[x])
}
document.write("</SELECT>")
document.write("</FORM>")
function GoTo()
{
if(document.PRO.Links.selectedIndex == 0 || document.PRO.Links.selectedIndex == 1)
{
document.PRO.Links.selectedIndex = 0;
}
else
{
Link = document.PRO.Links.options[document.PRO.Links.selectedIndex].value;
parent.location.href = Link
document.PRO.Links.selectedIndex = 0;
}
}
function About()
{
alert("The PRO Pull-Down Links Menu v1.0\nVersion 1.0   Created on 9/18/99\nCopyright © 1999 NSYSTEMPRO\nContact: webmaster@nsystempro.com\nhttp://www.NSYSTEMPRO.com/")
}
//-->
