//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",  "http://www.herbertdegens.com/", "");
	menu.addItem("miscid", "Ik", "Over mij",  null, null);
	menu.addItem("newsida", "USA", "USA",  null, null);
	menu.addItem("newsidd", "Hobbies", "Hobbies",  null, null);
	menu.addItem("searchengineid", "Sport", "Sport",  null, null);
	menu.addItem("freedownloadid", "Archief", "Oude Paginas",  null, null);

		
	menu.addSubItem("miscid", "Toen en Nu", "jong en oude moi",  "ikke.html", "");
	menu.addSubItem("miscid", "Bibliotheken en ik", "biebs",  "biblioheken.html", "");
	menu.addSubItem("miscid", "Fact File", "Facts",  "fastfacts.html", "");

	menu.addSubItem("newsida", "Algemeen", "algemeen",  "vs.html", "");
	menu.addSubItem("newsida", "Trip Tips", "Trip tips",  "triptips.html", "");
	menu.addSubItem("newsida", "US Sport", "sports",  "ussports.html", "");
	menu.addSubItem("newsida", "Campaign 2006/2008", "election",  "hillary.html", "");
	menu.addSubItem("newsida", "Bill Clinton Memorial", "Bill",  "http://www.herbertdegens.com/clinton", "");	

	menu.addSubItem("newsidd", "Film & TV", "Film & TV",  "film.html", "");
	menu.addSubItem("newsidd", "Rotterdam", "Rotterdam",  "rotterdam.html", "");	
	menu.addSubItem("newsidd", "Games", "Gaming",  "game.html", "");
	menu.addSubItem("newsidd", "Star Wars", "Star Wars",  "starwars.html", "");

	menu.addSubItem("searchengineid", "LA Dodgers", "dodgers",  "dodgers.html", "");
	menu.addSubItem("searchengineid", "Feyenoord", "feyenoord",  "feyenoord.html", "");
	menu.addSubItem("searchengineid", "Winterspelen", "winterspelen",  "olympischwinter.html", "");
	menu.addSubItem("searchengineid", "Zomerspelen", "zomerspelen",  "olympischzomer1.html", "");

	menu.addSubItem("freedownloadid", "Edberg", "Edberg", "edberg.html", "");
	menu.addSubItem("freedownloadid", "EK 2004", "EK",  "ek.html", "");
	menu.addSubItem("freedownloadid", "Campaign 2004", "Kerry 2004",  "campaign2004.html", "");

	menu.showMenu();
}
