function showToolbar()
{
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location);

	menu = new Menu();
	menu.addItem("chapterid", "Chapter", "Chapter",  null, null);
	menu.addItem("nationalid", "National", "National",  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("chapterid", "History", "History",  "http://www.kent.edu/APhiA/history.html");
	menu.addSubItem("chapterid", "Upcoming Events", "Upcoming Events",  "http://www.kent.edu/APhiA/events.html");
	menu.addSubItem("chapterid", "Calendar", "Calendar",  "http://www.kent.edu/APhiA/calendar.html");
	menu.addSubItem("chapterid", "Pictures", "Pictures",  "http://www.kent.edu/APhiA/Pictures.html");
	menu.addSubItem("chapterid", "Guestbook", "Guestbook",  "http://www.kent.edu/APhiA/guestbook.html");
	menu.addSubItem("chapterid", "N\A", "N\A",  "http://www.kent.edu/APhiA/guestbook.html");
		

	menu.addSubItem("nationalid", "Homepage", "Homepage",  "http://www.alphaphialpha.net");
	menu.addSubItem("nationalid", "Brief History", "Brief History",  "http://www.alphaphialpha.net/alpha/index.html");
	menu.addSubItem("nationalid", "News", "News",  "http://www.alphaphialpha.net/news/index.html");
	menu.addSubItem("nationalid", "Commerce", "Commerce",  "http://www.alphaphialpha.net/commerce/index.html");
	menu.addSubItem("nationalid", "7 Jewels", "7 Jewels",  "http://www.7jewels.com/");
	menu.addSubItem("nationalid", "N\A", "N\A",  "http://www.kent.edu/APhiA/guestbook.html");

	menu.addSubItem("freedownloadid", "Dynamic Drive", "Dynamic Drive",  "http://www.dynamicdrive.com/");
	menu.addSubItem("freedownloadid", "Download.com", "Download.com",  "http://download.com/");
      menu.addSubItem("freedownloadid", "Jumbo", "Jumbo",  "http://www.jumbo.com/");
	menu.addSubItem("freedownloadid", "N\A", "N\A",  "http://www.kent.edu/APhiA/guestbook.html");
	

	menu.addSubItem("searchengineid", "Yahoo", "Yahoo",  "http://www.yahoo.com/");
	menu.addSubItem("searchengineid", "Infoseek", "Infoseek",  "http://www.infoseek.com/");
	menu.addSubItem("searchengineid", "Excite", "Excite", "http://www.excite.com");
	menu.addSubItem("searchengineid", "HotBot", "HotBot",  "http://www.hotbot.com");
	menu.addSubItem("searchengineid", "N\A", "N\A",  "http://www.kent.edu/APhiA/guestbook.html");

	menu.addSubItem("miscid", "Hitbox.com", "Hitbox.com",  "http://www.hitbox.com/");
	menu.addSubItem("miscid", "Cnet", "Cnet",  "http://www.cnet.com/");
	menu.addSubItem("miscid", "Kent State University", "KSU",  "http://www.kent.edu/");
	menu.addSubItem("miscid", "Audiogalaxy", "Audiogalaxy",  "http://www.Audiogalaxy.com/");
	menu.addSubItem("miscid", "iwatchit", "Custom Watches",  "http://www.iwatch-it.com/");
	menu.addSubItem("miscid", "N\A", "N\A",  "http://www.kent.edu/APhiA/guestbook.html");

	menu.showMenu();
}
