//Top Nav bar script v2.1- http://www.dynamicdrive.com/dynamicindex1/sm/index.htm

function showToolbar()
{
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location, linktarget);

	menu = new Menu();
	menu.addItem("homeid", "Home", "The Beginning",  "http://www.heddonlurecollector.com/home.html", null);
	menu.addItem("emailsid", "email Addresses", "Collectors Addresses",  "http://www.heddonlurecollector.com/emails.html", null);
	menu.addItem("vampid", "Vamp Section", "Vamp Section",  "http://www.heddonlurecollector.com/vamphome.html", null);
	menu.addItem("sonicid", "Sonic Colors", "Sinic Colors",  "http://www.heddonlurecollector.com/385/385SonicColors.html", null);
	menu.addItem("linkid", "Lure Links", "Links to Lure Sites",  "http://www.heddonlurecollector.com/link.html", null);
	menu.addItem("collid", "Collections Section", "Collections Home Page",  "http://www.heddonlurecollector.com/coll.html", null);
	menu.addItem("bobberid", "Bobbers", "Fixed-Up Bobbers",  "http://www.heddonlurecollector.com/bobber/bob1.html", null);
	menu.addItem("natid", "Show Picts", "Lure Show Picts",  "http://www.heddonlurecollector.com/nat/shopichome.html", null);
	menu.addItem("drivelid", "Drivel", "mostly drivel",  "http://www.heddonlurecollector.com/drivel.html", null);	
	menu.addItem("soukid", "Soukup Section", "Phil Soukup Work",  "http://www.heddonlurecollector.com/Soukup/Soukup.html", null);	

	menu.addSubItem("homeid", "Home Page", "The Beginning",  "http://www.heddonlurecollector.com/home.html", "");

	menu.addSubItem("emailsid", "email Addresses", "Collectors Addresses",  "http://www.heddonlurecollector.com/emails.html", "");

	
	menu.addSubItem("vampid", "The Vamp Section", "The Vamp Section",  "http://www.heddonlurecollector.com/vamphome.html", "");
	
	menu.addSubItem("sonicid", "Sonic Colors", "Sonic Colors",  "http://www.heddonlurecollector.com/385/385SonicColors.html", "");
	

	menu.addSubItem("linkid", "Lure Links", "Links to lure goodies",  "http://www.heddonlurecollector.com/link.html", "");
	
	
	menu.addSubItem("collid", "Collections", "Collections Home Page",  "http://www.heddonlurecollector.com/coll.html", "");


	menu.addSubItem("bobberid", "Bobbers", "Bobber Picts 1",  "http://www.heddonlurecollector.com/bobber/bob1.html", "");
	
	
	menu.addSubItem("natid", "National Show 1", "Nat Show 1",  "http://www.heddonlurecollector.com/nat/shopichome.html", "");
	

	menu.addSubItem("drivelid", "Odds 'n Ends", "Mostly Drivel", "http://www.heddonlurecollector.com/drivel.html", "");
	menu.addSubItem("soukid", "Soukup Section", "Phil Soukup Work", "http://www.heddonlurecollector.com/Soukup/Soukup.html", "");

	
	menu.showMenu();
}
