//Top Nav bar script v2.1- 

function showToolbar()
{

	menu = new Menu();
	menu.addItem("homeid", "Home", "Home",  "index.html", "target=_top");
	menu.addItem("webdelid", "Web Development", "Web Development",  null);
	menu.addItem("rdomainid", "Register Domain", "Register Domain", null);
	menu.addItem("newsid", "News", "News",  null);
	menu.addItem("websiteid", "Website Hosting", "Website Hosting", "http://www.ischosting.net", "target=new");
	menu.addItem("memberid", "Members", "Members",  null);
            menu.addItem("sponsorsid", "Order DSL", "Order DSL",  "dslprice.htm", null);

	menu.addItem("promoid", "Website Promotion", "Website Promotion",  null);

	menu.addItem("supportid", "Support", "Support", null);
	menu.addItem("contactusid", "Contact Us", "Contact Us",  "email.php", null);

           menu.addSubItem("memberid", "Newsletter Sign up", "NewsletterSignup", "memadd.php", "");
           menu.addSubItem("memberid", "Unsubscribe from Newsletter", "NewsletterCancel", "m_cancel.php", "");

          // menu.addSubItem("memberid", "Newsletter Archive", "NewsletterArchive", "newsletter/xindex.php", "");

           menu.addSubItem("memberid", "Member Login", "MemberLogin", "login.php", "");

	menu.addSubItem("webdelid", "Development", "Development",  "webdev2.php", "");
	menu.addSubItem("webdelid", "Examples", "Examples",  "example2.php", "");
	menu.addSubItem("webdelid", "Options", "Options",  "options.php", "");
	menu.addSubItem("webdelid", "Rates", "Rates",  "rates.php", "");

            menu.addSubItem("rdomainid", "About Domains", "About Domains",  "domain.php", "");
	menu.addSubItem("rdomainid", "Register Domain Transfer Domain", "Register Domain",  "http://www.secureserver.net/default.asp?prog_id=lgiddens", "target=new");
	menu.addSubItem("rdomainid", "Terms and Conditions", "Terms and Conditions",  "terms.php", "");
	
           menu.addSubItem("newsid", "News", "News",  "news.htm", "");
           menu.addSubItem("newsid", "Warnings", "Warnings",  "news1.php", "");
           menu.addSubItem("newsid", "EZ-Site", "Do It Yourself",  "specials.php", "");
           menu.addSubItem("newsid", "DSL Prices", "DSL Prices",  "dslprice.htm", "");


           menu.addSubItem("websiteid", "Server Leasing", "Server Leasing",  "lease.php", "");
	menu.addSubItem("websiteid", "Compare Website Hosting Plans", "Compare Website Hosting Plans",  "hosting.php", "");
            menu.addSubItem("websiteid", "Basic Plan", "Basic Plan",  "basic.php", "");
            menu.addSubItem("websiteid", "Option1", "Option 1",  "option1.php", "");
            menu.addSubItem("websiteid", "Option2", "Option 2",  "option2.php", "");
            menu.addSubItem("websiteid", "Option3", "Option 3",  "option3.php", "");
            menu.addSubItem("websiteid", "Option4", "Option 4",  "option4.php", "");
	menu.addSubItem("websiteid", "About Webmail", "About Webmail",  "webmail.php", "");
	menu.addSubItem("websiteid", "Request Webmail", "Request Webmail",  "wmailfrm.php", "");

	
	menu.addSubItem("supportid", "Email tips", "Email tips",  "emailtip.php", "");
	menu.addSubItem("supportid", "F.A.Q.'s", "F.A.Q.'s",  "faq.php", "");
	menu.addSubItem("supportid", "FTP Support", "FTP. Support",  "ftp.php", "");
	menu.addSubItem("supportid", "PDF Support", "PDF. Support",  "pdf.php", "");
	menu.addSubItem("supportid", "Site Admin. Support", "Site Admin. Support",  "support.php", "");

            menu.addSubItem("supportid", "Tips", "Tips",  "tips.php", "");


	menu.addSubItem("promoid", "Site Promotion Prices", "Site Promotion Prices",  "promote1.php", "");
	menu.addSubItem("promoid", "Site Promotion Explained", "Site Promotion",  "promote.php", "");

	menu.showMenu();
}