function showToolbar()
{
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location);

	menu = new Menu();
	menu.addItem("webmasterid", "Navigation", "Navigation",  null, null);
	menu.addItem("newsid", "Downloads", "Downloads",  null, null);
	menu.addItem("freedownloadid", "Webrings", "Webrings",  null, null);
	menu.addItem("searchengineid", "Links", "Links",  null, null);

	menu.addSubItem("webmasterid", "Home", "Home",  "index2.htm");
	menu.addSubItem("webmasterid", "News", "News",  "news.htm");
	menu.addSubItem("webmasterid", "Downloads", "Downloads",  "downloads.htm");
	menu.addSubItem("webmasterid", "R6 Webring", "R6 Webring",  "webring.htm");
	menu.addSubItem("webmasterid", "Rogue Spear Webring", "Rogue Spear Webring",  "webring.htm");
	menu.addSubItem("webmasterid", "Guestbook", "Guestbook",  "http://www.theguestbook.com/vgbook/37283.gbook");
	menu.addSubItem("webmasterid", "Contact", "Contact", "contact.htm");
	menu.addSubItem("webmasterid", "Personal Website", "Personal Website",  "http://www.nickmyers.freeserve.co.uk");

	menu.addSubItem("newsid", "Maps", "Maps",  "maps.htm");
	menu.addSubItem("newsid", "Skins", "Skins",  "skins.htm");
	menu.addSubItem("newsid", "Weapons", "Weapons",  "weapons.htm");
	menu.addSubItem("newsid", "Sounds", "Sounds",  "sounds.htm");
	menu.addSubItem("newsid", "Utilities", "Utilities",  "utils.htm");
	menu.addSubItem("newsid", "Patches", "Patches",  "patches.htm");

	menu.addSubItem("freedownloadid", "The Ultimate R6 Webring", "The Ultimate R6 Webring",  "webring.htm");
	menu.addSubItem("freedownloadid", "The Ultimate Rogue Spear Webring", "The Ultimate Rogue Spear Webring",  "webring.htm");
      menu.addSubItem("freedownloadid", "Other Ultimate Webrings", "Other Ultimate Webrings",  "webrings.htm");


	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", "Altavista", "Altavista",  "http://www.altavista.com");
	menu.addSubItem("searchengineid", "Lycos", "Lycos",  "http://www.lycos.com");
	menu.addSubItem("searchengineid", "Webcrawler", "Webcrawler",  "http://www.webcrawler.com");


	menu.showMenu();
}
