function showToolbar() {

	menu = new Menu();
	menu.addItem("aboutus", "About Us", "About Us",  null, null);
	menu.addItem("teamcomms", "TeamComms&#8482;", "TeamComms&#8482;",  null, null);
	menu.addItem("ourpeople", "Our People", "Our People",  null, null);
	menu.addItem("news", "News", "News",  null, null);
	menu.addItem("contact", "Contact", "Contact",  null, null);
	

	menu.addSubItem("aboutus", "Home", "Home",  "index.html", "");
	menu.addSubItem("aboutus", "Core Values", "Core Values",  "core_values.html", "");
	menu.addSubItem("aboutus", "Investment", "Investment",  "investment.html", "");
	
	menu.addSubItem("teamcomms", "TeamComms&#8482;", "TeamComms",  "teamcomms.html", "");
	menu.addSubItem("teamcomms", "Radio Devices", "Radio Devices",  "radio-devices.html", "");
	menu.addSubItem("teamcomms", "Integrator", "Integrator",  "integrator.html", "");
	menu.addSubItem("teamcomms", "Integrator Markets", "Integrator Markets",  "integrator-markets.html", "");
	
	menu.addSubItem("ourpeople", "Board of Directors", "Board of Directors",  "madesco_directors.html", "");
	menu.addSubItem("ourpeople", "Board of Advisors", "Board of Advisors",  "madesco_advisors.html", "");
	menu.addSubItem("ourpeople", "Executive Team", "Executive Team",  "madesco_staff.html", "");

	menu.addSubItem("news", "Announcements", "Announcements",  "news.html", "");
	menu.addSubItem("news", "News Archive", "News Archive",  "news_archive.html", "");
	menu.addSubItem("news", "Awards", "Awards",  "awards.html", "");
	menu.addSubItem("news", "Community Support", "Community Support",  "community.html", "");
	menu.addSubItem("news", "Memberships", "Memberships",  "memberships.html", "");

	menu.addSubItem("contact", "Contact Madesco", "Contact Madesco",  "contact_madesco.html", "");
	menu.addSubItem("contact", "Site Map", "Site Map",  "sitemap.html", "");
	menu.addSubItem("contact", "Terms of Service", "Terms of Service",  "tos.html", "");

	menu.showMenu();
}