//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("ho", "Home", "Home",  null, null);
	menu.addItem("webmasterid", "About me", "About me",  null, null);
	menu.addItem("story", "Linkware", "Websets Linkware",  null, null);
menu.addItem("tu", "Tubes", "Tubes",  null, null);
menu.addItem("tut", "Tutorials", "Tutorials",  null, null);
	menu.addItem("po", "WOSIB", "WOSIB",  null, null);
	menu.addItem("co", "Portfolio", "Portfolio",  null, null);
menu.addItem("bg", "Swedish Christmas", "Swedish Christmas",  null, null);



menu.addItem("gue", "Guestbook", "Guestbook",  null, null);
menu.addItem("gu", "Email", "Email", null, null);



menu.addSubItem("ho", "Home", "Home",  "http://wamplers.se/twosouls10.htm", "");


	menu.addSubItem("webmasterid", "About me", "About me",  "http://wamplers.se/Aboutme.htm", "");
menu.addSubItem("webmasterid", "The Beginning", "The Beginning",  "http://wamplers.se/gfbeginning.htm", "");
	menu.addSubItem("webmasterid", "How we met~Mark´s Intro", "How we met~Mark´s Intro",  "http://wamplers.se/gfhowwemet.htm", "");
menu.addSubItem("webmasterid", "Mark´s story1", "Marks story1",  "http://wamplers.se/gfmarksstory2.htm", "");
menu.addSubItem("webmasterid", "Mark´s story2", "Mark`s story2",  "http://wamplers.se/gfmarksstory3.htm", "");
menu.addSubItem("webmasterid", "Mark´s story3", "Mark`s story3",  "http://wamplers.se/gfmarksstory4.htm", "");
menu.addSubItem("webmasterid", "WeddingPics", "WeddingPics",  "http://wamplers.se/ourwedding.htm", "");


	

	
	
	

	menu.addSubItem("story", "LinkwareSets", "LinkwareSets",  "http://wamplers.se/MyWebSets.htm", "");
	menu.addSubItem("story", "Stationary Printouts", "Stationary Printouts",  "http://wamplers.se/stationaryprintouts.htm", "");




	menu.addSubItem("po", "To my WOSIB ring", "To my WOSIB ring",  "http://wamplers.se/to_my_webring.htm", "");
menu.addSubItem("po", "Celebrationpages from Wosib", "Celebrationpages from Wosib",  "http://wamplers.se/pages_from_wosib.htm", "");
	

	menu.addSubItem("co", "My JuelleWebDesing Portfolio", "My JuelleWEbDesign Portfolio",  "http://www.wamplers.se/lesson2B.htm", "");

menu.addSubItem("bg", "Swedish Christmas Traditions", "Swedish Christmas Traditions",  "http://wamplers.se/bhgintro.html", "");


menu.addSubItem("tu", "Tubes", "Tubes",  "http://wamplers.se/tubesmainpage.htm", "");

menu.addSubItem("tut", "Tutorials", "Tutorials",  "http://wamplers.se/tutorialmainpage.htm", "");




menu.addSubItem("gue", "Guestbook", "Guestbook",  "http://pub2.bravenet.com/guestbook/106732758/", "");

menu.addSubItem("gu", "Email", "Email",  "mailto:evali_wampler@yahoo.com", "");
	
	menu.showMenu();
}