function showToolbar()
{
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location);

	menu = new Menu();
	menu.addItem("webmasterid", "Sub-Sites", "Sub-Sites",  null, null);
	menu.addItem("newsid", "Themed Months", "Themed Months",  null, null);
	menu.addItem("freedownloadid", "Other Sections", "Other Sections",  null, null);
	menu.addItem("searchengineid", "Links", "Links",  null, null);
	menu.addItem("miscid", "About this Site", "About the Site",  null, null);

	menu.addSubItem("webmasterid", "Yoshi Island", "Yoshi Island",  "http://nintendofreaks.8m.com/cgi-bin/framed/2522/yi/index.html");
	menu.addSubItem("webmasterid", "Nintendo 64 Paradise", "Nintendo 64 Paradise",  "http://n64paradise.8k.com/");
	menu.addSubItem("webmasterid", "Pokemon Island", "Pokemon Island",  "http://nintendofreaks.8m.com/cgi-bin/framed/2522/pi.html");
	menu.addSubItem("webmasterid", "Zelda 64 World", "Zelda 64 World",  "http://nintendofreaks.8m.com/cgi-bin/framed/2522/Z64.html");
	menu.addSubItem("webmasterid", "Mario World", "Mario World",  "http://nintendofreaks.8m.com/cgi-bin/framed/2522/mario_world/");
	menu.addSubItem("webmasterid", "Hyrule Castle", "Hyrule Castle",  "http://nintendofreaks.8m.com/cgi-bin/framed/2522/hyrule_castle/");
        menu.addSubItem("webmasterid", "Kirby Box", "Kirby Box",  "http://kirbybox.zophar.com/");

	menu.addSubItem("newsid", "Themed Month Poll", "Themed Month Poll",  "http://nintendofreaks.8m.com/cgi-bin/framed/2522/NFPoll.html");
	menu.addSubItem("newsid", "Pokesites", "Pokesites",  "http://nintendofreaks.8m.com/cgi-bin/framed/2522/archive71.html");
	menu.addSubItem("newsid", "Pokeclubs", "Pokeclubs",  "http://nintendofreaks.8m.com/cgi-bin/framed/2522/archive72.html");
	menu.addSubItem("newsid", "Yellow Contest Winner", "Yellow Contest Winner",  "http://nintendofreaks.8m.com/cgi-bin/framed/2522/cpcresults.html");
	menu.addSubItem("newsid", "News.com", "News.com",  "http://news.com");
	menu.addSubItem("newsid", "Wired News", "Wired News",  "http://www.wired.com");
	menu.addSubItem("newsid", "TechWeb", "TechWeb",  "http://www.techweb.com");

	menu.addSubItem("freedownloadid", "NF Greed", "NF Greed",  "http://nintendofreaks.8m.com/cgi-bin/framed/2522/NFGreed/");
	menu.addSubItem("freedownloadid", "Nintendo News", "Nintendo News",  "http://nintendofreaks.8m.com/cgi-bin/framed/2522/NinNews.html");
      menu.addSubItem("freedownloadid", "Game Reviews", "Game Reviews",  "http://nintendofreaks.8m.com/cgi-bin/framed/2522/CamRevs.html");
	menu.addSubItem("freedownloadid", "Pokemon Card Game", "Pokemon Card Game",  "http://nintendofreaks.8m.com/cgi-bin/framed/2522/pokemon_card_guide.html");
      menu.addSubItem("freedownloadid", "Opinions", "Opinions",  "http://nintendofreaks.8m.com/cgi-bin/framed/2522/opinions.html");

	menu.addSubItem("searchengineid", "ICQ Chat", "ICQ Chat",  "http://nintendofreaks.8m.com/cgi-bin/framed/2522/ICQchat.html");
	menu.addSubItem("searchengineid", "Yahoo Club", "Yahoo Club",  "http://clubs.yahoo.com/clubs/nintendofreaksrpclub");
	menu.addSubItem("searchengineid", "NF Community", "NF Community", "http://communities.msn.com/NintendoFreaksCommunity/homepage");
	menu.addSubItem("searchengineid", "Delphi Forum", "Delphi Forum",  "http://www.delphi.com/nintendofreaks");

	menu.addSubItem("miscid", "About the Staff", "About the Staff",  "http://nintendofreaks.8m.com/cgi-bin/framed/2522/staff.html");
	menu.addSubItem("miscid", "Staff Profiles", "Staff Profiles",  "http://nintendofreaks.8m.com/cgi-bin/framed/2522/meltdown.html");
	menu.addSubItem("miscid", "Staff Opinions", "Staff Opinions",  "http://nintendofreaks.8m.com/cgi-bin/framed/2522/Staffcorn.html/");
	menu.addSubItem("miscid", "Privacy Policy", "Privacy Policy",  "http://nintendofreaks.8m.com/cgi-bin/framed/2522/legal_privacy.html");
	menu.addSubItem("miscid", "General Information", "General Information",  "http://nintendofreaks.8m.com/cgi-bin/framed/2522/about.html");

	menu.showMenu();
}