about = document.getElementById("about");
var about = mainMenu.addMenu(about);
//about.addItem("About Us", "/about/aboutus.tms");
about.addItem("Showcase", "/about/showcase/");
about.addItem("Our Network", "/about/network.tms");
aboutPolicy = about.addItem("Our Policies", "#");
var aboutPolicy = about.addMenu(aboutPolicy);
	aboutPolicy.addItem("Acceptable Use Policy (AUP)", "/about/AUP.tms");
	aboutPolicy.addItem("Terms Of Service (TOS)", "/about/TOS.tms");
	aboutPolicy.addItem("Anti-Spam Policy", "/about/antispam.tms");
	aboutPolicy.addItem("Copyright Complaints", "/about/copyComplaints.tms");
	aboutPolicy.addItem("Privacy", "/about/privacy.tms");
about.addItem("Contact Us", "/about/contact.tms");

hosting = document.getElementById("hosting");
var hosting = mainMenu.addMenu(hosting);
hosting.addItem("Shared Hosting", "/hosting/shared.tms");
hosting.addItem("Semi-Dedicated Hosting", "/hosting/semiDedicated.tms");
hosting.addItem("Dedicated Hosting", "/hosting/dedicated.tms");
hosting.addItem("","#");
hosting.addItem("Promotions", "/hosting/promotions.tms");
hosting.addItem("Our Network", "/hosting/network.tms");
//hosting.addItem("Partnership Programs", "/hosting/partnership.tms");
hosting.addItem("Why Choose TotalMatrix?", "/hosting/why.tms");
//hosting.addItem("Hosting Plan Wizard", "/hosting/wizard.tms");
//hosting.addItem("Signup", "#");


services = document.getElementById("services");
var services = mainMenu.addMenu(services);
services.addItem("Network Monitoring", "/services/monitoring.tms");
services.addItem("Network Consulting", "/services/networking.tms");
services.addItem("Intranet/Extranet Development", "/services/intranet.tms");
services.addItem("Ecommerce Development", "/services/ecommerce.tms");
services.addItem("Database Consulting", "/services/database.tms");
webDesign = services.addItem("Website Design&nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;", "#");
var webDesign = services.addMenu(webDesign);
	webDesign.addItem("Graphics Design", "/services/graphics.tms");
	webDesign.addItem("Site Redesigns", "/services/redesign.tms");
	webDesign.addItem("Website Maintenance", "/services/webmaintenance.tms");
//services.addItem("Domain Registration", "/services/domainreg.tms");
services.addItem("Search Engine Submission", "/services/searchengine.tms");
services.addItem("Consulting", "/services/consulting.tms");


support = document.getElementById("support");
var support = mainMenu.addMenu(support);

support.addItem("FAQ", "http://www.totalmatrix.net/support/index.php?_a=knowledgebase");
tsupport = support.addItem("Popular tutorials","#");
var tsupport = support.addMenu(tsupport);
tsupport.addItem("Quick Start Guide", "http://www.totalmatrix.net/support/index.php?_a=knowledgebase&_j=questiondetails&_i=10000022&nav=+%26gt%3B+%3Ca+href%3D%27index.php%3F_a%3Dknowledgebase%26_j%3Dsubcat%26_i%3D32%27%3ETech+TIPS%3C%2Fa%3E");
tsupport.addItem("Email Setup", "http://www.totalmatrix.net/support/index.php?_a=knowledgebase&_j=questiondetails&_i=10000023&nav=+%26gt%3B+%3Ca+href%3D%27index.php%3F_a%3Dknowledgebase%26_j%3Dsubcat%26_i%3D32%27%3ETech+TIPS%3C%2Fa%3E");
tsupport.addItem("FTP Tutorial", "http://www.totalmatrix.net/support/index.php?_a=knowledgebase&_j=questiondetails&_i=10000024&nav=+%26gt%3B+%3Ca+href%3D%27index.php%3F_a%3Dknowledgebase%26_j%3Dsubcat%26_i%3D32%27%3ETech+TIPS%3C%2Fa%3E");
tsupport.addItem("Domain Names", "http://www.totalmatrix.net/support/index.php?_a=knowledgebase&_j=questiondetails&_i=10000025&nav=+%26gt%3B+%3Ca+href%3D%27index.php%3F_a%3Dknowledgebase%26_j%3Dsubcat%26_i%3D32%27%3ETech+TIPS%3C%2Fa%3E");

dsupport = support.addItem("Demos","#");
var dsupport = support.addMenu(dsupport);
dsupport.addItem("Control Panel Demo", "/support/cpanel.tms");

supportPolicy = support.addItem("Our Policies", "#");
var supportPolicy = support.addMenu(supportPolicy);
	supportPolicy.addItem("Acceptable Use Policy (AUP)", "/support/AUP.tms");
	supportPolicy.addItem("Terms Of Service (TOS)", "/support/TOS.tms");
	supportPolicy.addItem("Anti-Spam Policy", "/support/antispam.tms");
	supportPolicy.addItem("Copyright Complaints", "/support/copyComplaints.tms");
	supportPolicy.addItem("Privacy", "/support/privacy.tms");		
support.addItem("Support Center", "http://www.totalmatrix.net/support");
support.addItem("Submit Trouble Ticket", "http://www.totalmatrix.net/support/index.php?_a=tickets&_m=submit");

//login = document.getElementById("clients");
//var login = mainMenu.addMenu(login);
//login.addItem("Control Center", "/clients/index.tms");
//login.addItem("Web-based Email", "/clients/index.tms");
//login.addItem("Customer Service Center", "/clients/index.tms");
