//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("webmasterid", "Home", "Home",  null, null);
	menu.addItem("newsid", "PSP Tutorials", "PSP Tutorials",  null, null);
	menu.addItem("freedownloadid", "Incredimail & OE Stationary", "Incredimail & OE Stationary",  null, null);
	menu.addItem("searchengineid", "Miscellaneous", "Miscellaneous",  null, null);
	menu.addItem("miscid", "Links", "Links",  null, null);

	menu.addSubItem("webmasterid", "Our Website", "Our Website",  "http://www.doris-johan.nl", "");
	menu.addSubItem("webmasterid", "Doris", "Doris",  "http://www.doris-johan.nl/doris.html", "");
	menu.addSubItem("webmasterid", "Johan", "Johan",  "http://www.doris-johan.nl/johan.html", "");
	menu.addSubItem("webmasterid", "Our Story", "our Story",  "http://www.doris-johan.nl/ourstory.html", "");
	menu.addSubItem("webmasterid", "Our Home", "Our Home",  "http://www.doris-johan.nl/house.htm", "");
	menu.addSubItem("webmasterid", "Our Pets", "Our Pets",  "http://www.doris-johan.nl/ourpets.html", "");
	menu.addSubItem("webmasterid", "Our Photo Albums", "Our Photo Albums",  "http://www.doris-johan.nl/photoalbum.htm", "");
	menu.addSubItem("webmasterid", "Johan's Hobby", "Johan's Hobby",  "http://www.neo25.nl/", "");
	menu.addSubItem("webmasterid", "Johan's  NEO'25 Photo Albums", "Johan's  NEO'25 Photo Albums",  "http://www.doris-johan.nl/johans%20neo%20album.htm", "");
	menu.addSubItem("webmasterid", "Doris's Hobbies", "Doris's Hobbies",  "http://www.doris-johan.nl/hobbies.html", "");
	
	

	menu.addSubItem("newsid", "Frames", "Frames",  "http://www.doris-johan.nl/pspframes.html", "");
	menu.addSubItem("newsid", "Backgrounds", "Backgrounds",  "http://www.doris-johan.nl/pspbackgroundss.html", "");
	menu.addSubItem("newsid", "Stationary", "Stationary",  "http://www.doris-johan.nl/stationary.html", "");
	menu.addSubItem("newsid", "Tags", " Tags",  "http://www.doris-johan.nl/scraptuts.html", "");
	menu.addSubItem("newsid", "Miscellaneous Tuts", "Miscellaneous Tuts",  "http://www.doris-johan.nl/miscellaneoustuts.html", "");
	
	

	menu.addSubItem("freedownloadid", "Incredimail Staionary List", "Incredimail Staionary List", "http://www.doris-johan.nl/imindex.html", "");
	menu.addSubItem("freedownloadid", "Outlook Express Staionary", "Outlook Express Staionary",  "http://www.lienkamp.nl/Doris/doris.html", "");
	
	
	
	

	menu.addSubItem("searchengineid", "Awards & My Banners", "Awards & My Banners",  "http://www.doris-johan.nl/links%20and%20awards.htm", "");
	menu.addSubItem("searchengineid", "Friends Sites & Permissions", "Friends Sites & Permissions",  "http://www.doris-johan.nl/friends%20and%20permission.htm", "");
	menu.addSubItem("searchengineid", "Resource Links", "Resource Links", "http://www.doris-johan.nl/resource%20links.htm", "");
	menu.addSubItem("searchengineid", "Causes We Support", "Causes We Support",  "http://www.doris-johan.nl/causes_we_support_and_believe_in.htm", "");
	
	


	menu.addSubItem("miscid", "Red Rose Web Design", "Red Rose Web Design",  "http://www.redrosewebdesign.co.uk//", "");
	menu.addSubItem("miscid", "Budding HTML Guru", "Budding HTML Guru",  "http://buddinghtmlgurus.co.uk/", "");
	menu.addSubItem("miscid", "WebTech U", "WebTech U",  "http://www.webtechu.com/", "");
	
	

	menu.showMenu();
}
