function showToolbar()
{
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location);

	menu = new Menu();
	menu.addItem("rde", "Road Dude Exploits", "Road Dude Exploits",  null, null);
	menu.addItem("bios", "Biographies", "Biographies",  null, null);
	menu.addItem("arch", "Road Dude Archives", "Road Dude Archives",  null, null);

	
	menu.addSubItem("rde", "Squidy @ Tahoe", "Squidy @ Tahoe",  "squidytahoe.htm");
	menu.addSubItem("rde", "24 hrs @ Laguna Seca 2002", "24 hrs @ Laguna Seca 2002",  "2002+24hours.htm");
	menu.addSubItem("rde", "Telluride to Moab", "Telluride to Moab",  "telluridetomoab.htm");
	menu.addSubItem("rde", "Winter Park G2", "Winter Park G2",  "winterparkg2.htm");
	menu.addSubItem("rde", "Labor Day Weekend Races", "Labor Day Weekend Races",  "labordayraces.htm");
	menu.addSubItem("rde", "A Voyage to Tahoe", "A Voyage to Tahoe",  "tahoevoyage.htm");
	menu.addSubItem("rde", "Rat Boy", "Rat Boy",  "ratboy.htm");
	menu.addSubItem("rde", "SF Grand Prix", "SF Grand Prix",  "sfgp.htm");
	menu.addSubItem("rde", "CCCX Soquel", "CCCX Soquel",  "cccross.htm");
	menu.addSubItem("rde", "Winter Solstice DC", "Winter Solstice DC",  "wsdc.htm");


	menu.addSubItem("bios", "Roobah the Magnif", "Roobah the Magnif",  "magnif.htm");
	menu.addSubItem("bios", "The Hammer", "The Hammer",  "hammer.htm");
	menu.addSubItem("bios", "Princess Squid", "Princess Squid",  "princess.htm");
	menu.addSubItem("bios", "Merlin Man", "Merlin Man",  "merlinman.htm");
	menu.addSubItem("bios", "TriGeek", "TriGeek",  "trigeek.htm");
	menu.addSubItem("bios", "ThighMaster", "ThighMaster",  "thighmaster.htm");
	menu.addSubItem("bios", "Polar Dude", "Polar Dude",  "polardude.htm");
	menu.addSubItem("bios", "Cyto Mark", "Cyto Mark",  "cytomark.htm");
	menu.addSubItem("bios", "Dr.Pain", "Dr.Pain",  "drpain.htm");
	menu.addSubItem("bios", "DEffective Cyclist", "DEffective Cyclist",  "deffective.htm");
	menu.addSubItem("bios", "Poser", "Poser",  "poser.htm");
	menu.addSubItem("bios", "Ms. Postal Chick", "Ms. Postal Chick",  "postalchick.htm");
	menu.addSubItem("bios", "Spud Boy", "Spud Boy",  "spudboy.htm");
	menu.addSubItem("bios", "FastOld Cannibal", "FastOld Cannibal",  "oldcannibal.htm");
	menu.addSubItem("bios", "Squasha", "Squasha",  "squasha.htm");
	menu.addSubItem("bios", "Airborne", "Airborne",  "airborne.htm");
	menu.addSubItem("bios", "Doughboy", "Doughboy",  "noclue.htm");

	menu.addSubItem("arch", "La Contienda de las Colinas", "La Contienda de las Colinas",  "lacontienda.htm");
	menu.addSubItem("arch", "1998 Archives", "1998 Archives",  "1998archives.htm");
	menu.addSubItem("arch", "1999 Archives", "1999 Archives",  "1999archives.htm");
	menu.addSubItem("arch", "2000 Archives", "2000 Archives",  "2000archives.htm");
	menu.addSubItem("arch", "2001 Archives", "2001 Archives",  "2001archives.htm");
	menu.addSubItem("arch", "Virtual WestPac", "Virtual WestPac",  "VirtualWestpac.htm");
	menu.addSubItem("arch", "Calfee Design", "Calfee Design",  "calfee.htm");
	menu.addSubItem("arch", "Gold Rush Randonne", "Gold Rush Randonne",  "grr1200.htm");
	menu.addSubItem("arch", "Wave Goodbye", "Wave Goodbye",  "rollers.htm");
	menu.addSubItem("arch", "Terrible Two 2K", "Terrible Two 2K",  "tt2k.htm");
	menu.addSubItem("arch", "Body Components", "Body Components",  "body.htm");
	menu.addSubItem("arch", "Magnum Bonum", "Magnum Bonum",  "magnumbone.htm");
	menu.addSubItem("arch", "Winter Solstice", "Winter Solstice",  "solstice.htm");
	menu.addSubItem("arch", "A Day @ the Races", "A Day @ the Races",  "a_day_@_the_races.htm");



	menu.showMenu();
}