//Top Nav bar script v2.1- http://www.dynamicdrive.com/dynamicindex1/sm/index.htm

function showToolbar()
{
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location, linktarget);

	menu = new Menu();
	menu.addItem("homeid", "Home", "SCC Services", "http://www.sccwebhosting.com", null);
	menu.addItem("hostingid", "Web Hosting", "Web Hosting",  null, null);
	menu.addItem("automationid", "Home Automation", "Home Automation",  null, null);
//	menu.addItem("freedownloadid", "Free Downloads", "Free Downloads",  null, null);
//	menu.addItem("searchengineid", "Search Engines", "Search Engines",  null, null);
//	menu.addItem("miscid", "Miscellaneous", "Miscellaneous",  null, null);

	menu.addSubItem("homeid", "Home", "SCC Services", "http://www.sccwebhosting.com", "");

	menu.addSubItem("hostingid", "SCC Webhosting", "SCC Webhosting", "http://www.sccwebhosting.com/hosting/index.htm", "");
	menu.addSubItem("hostingid", "Web Hosting", "Web Hosting",  "http://www.sccwebhosting.com/hosting/webhosting.htm", "");
	menu.addSubItem("hostingid", "Resellers", "Resellers",  "http://www.sccwebhosting.com/hosting/resellers.htm", "");
	menu.addSubItem("hostingid", "About Us", "About Us",  "http://www.sccwebhosting.com/hosting/aboutus.htm", "");
	menu.addSubItem("hostingid", "Contact Us", "Contact Us",  "http://www.sccwebhosting.com/hosting/contactus.htm", "_blank");
	menu.addSubItem("hostingid", "Support", "Support",  "http://www.sccwebhosting.com/hosting/support.htm", "_blank");
	menu.addSubItem("hostingid", "FAQ", "FAQ",  "http://www.sccwebhosting.com/hosting/faq.htm", "_blank");
	menu.addSubItem("hostingid", "Terms of Service", "Terms of Service",  "http://www.sccwebhosting.com/hosting/tos.htm", "_blank");

	menu.addSubItem("automationid", "SCC Automations", "SCC Automations", "http://www.sccwebhosting.com/services/index.htm", "");
	menu.addSubItem("automationid", "Home Theater", "Home Theater",  "http://www.sccwebhosting.com/services/ideas/home_th.htm", "");
	menu.addSubItem("automationid", "Multi Room AV", "Multi Room AV",  "http://www.sccwebhosting.com/services/ideas/multi_room.htm", "");
	menu.addSubItem("automationid", "Security Systems", "MSNBC",  "http://www.sccwebhosting.com/services/ideas/security_system.htm", "");
	menu.addSubItem("automationid", "Home Network", "Home Network",  "http://www.sccwebhosting.com/services/ideas/home_network.htm", "");
	menu.addSubItem("automationid", "Whole House Vacuum", "Whole House Vacuum",  "http://www.sccwebhosting.com/services/ideas/whole_house_vac.htm", "");
	menu.addSubItem("automationid", "DRV Security Camera System", "DRV Security Camera System",  "http://www.sccwebhosting.com/services/ideas/dvr_cam_sys.htm", "");

//	menu.addSubItem("freedownloadid", "Dynamic Drive", "Dynamic Drive",  "http://www.dynamicdrive.com/", "");
//	menu.addSubItem("freedownloadid", "Download.com", "Download.com",  "http://download.com/", "");
//	menu.addSubItem("freedownloadid", "Tucows", "Tucows",  "http://tucows.com/", "");

//	menu.addSubItem("searchengineid", "Yahoo", "Yahoo",  "http://www.yahoo.com/", "");
//	menu.addSubItem("searchengineid", "Google", "Google",  "http://www.google.com/", "");
//	menu.addSubItem("searchengineid", "Excite", "Excite", "http://www.excite.com", "");
//	menu.addSubItem("searchengineid", "HotBot", "HotBot",  "http://www.hotbot.com", "");

//	menu.addSubItem("miscid", "Cnet", "Cnet",  "http://www.cnet.com/", "");
//	menu.addSubItem("miscid", "RealAudio", "RealAudio",  "http://www.realaudio.com/", "");
//	menu.addSubItem("miscid", "MP3.com", "MP3.com",  "http://www.mp3.com/", "");

	menu.showMenu();
}
