//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", "Foto Albums", "Foto Albums",  null, null);
	menu.addItem("freedownloadid", "Restaurants Edmonton", "Restaurants Edmonton",  null, null);
	menu.addItem("danielswebsiteid", "Daniel's Website", "Daniel's Website",  null, null);
	menu.addItem("familieid", "Familie", "Familie",  null, null);
	menu.addItem("searchengineid", "Search Engines", "Search Engines",  null, null);
	menu.addItem("miscid", "Miscellaneous", "Miscellaneous",  null, null);

	menu.addSubItem("newsid", "Taiwan", "Taiwan",  "http://www.fambez.com/taiwan");
	//menu.addSubItem("webmasterid", "JavaScript Kit", "JavaScript Kit",  "http://www.fambez.com/taiwan", "");
	//menu.addSubItem("webmasterid", "Web Review", "Web Review",  "http://www.webreview.com/", "");
	//menu.addSubItem("webmasterid", "Freewarejava.com", "Freewarejava.com",  "http://www.freewarejava.com/", "_blank");
	//menu.addSubItem("webmasterid", "Web Monkey", "Web Monkey",  "http://www.webmonkey.com/", "_blank");
	menu.addSubItem("newsid", "Nicole se Doop 2", "Nicole se Doop 2",  "doopoutput/index.htm", "");
	menu.addSubItem("newsid", "Kinders Volunteer en Halloween", "Kinders Volunteer en Halloween",  "Halloween/index.html", "");
	menu.addSubItem("newsid", "Volunteer Lunch", "Volunteer Lunch",  "Volunteer Lunch/index.html", "");
	menu.addSubItem("newsid", "Nadia se troue", "Nadia se troue",  "nadia%20troue/troueoutput/index.html", "");
	menu.addSubItem("newsid", "Wabamun", "Wabamun",  "wabamunoutput/index.htm", "");
	menu.addSubItem("newsid", "Vakansie innie Kaap", "Vakansie innie Kaap",  "kaapoutput/index.htm", "");
	menu.addSubItem("newsid", "Desperaat vir braaivleis", "Desperaat vir braaivleis",  "desperaat/index.htm", "");
	menu.addSubItem("newsid", "Don's 40'th", "Don's 40'th",  "don/index.htm", "");
	menu.addSubItem("newsid", "LGS Christmas Party", "LGS Christmas Party",  "kerspartyoutput/index.htm", "");
    menu.addSubItem("newsid", "Kananaskis", "Kananaskis",  "Arles Going to the mountains original/Mountains/Index.html", "");
	menu.addSubItem("newsid", "Study Floor", "Study Floor",  "Studeerkamervloer/index.html", "");
	menu.addSubItem("newsid", "Kombuis", "Kombuis",  "Kombuis/index.html", "");
	
	
	menu.addSubItem("freedownloadid", "Restaurants Edmonton", "Restaurants Edmonton",  "Scripts/openrests.html", "");
	//menu.addSubItem("freedownloadid", "Download.com", "Download.com",  "http://download.com/", "");
	//menu.addSubItem("freedownloadid", "Tucows", "Tucows",  "http://tucows.com/", "");
	
	menu.addSubItem("danielswebsiteid", "Daniel's Flash", "Daniel's Flash",  "daniel.htm", "");
	
	menu.addSubItem("familieid", "Familie", "Familie",  "Scripts/doodlepad.asp", "");
	
	menu.addSubItem("searchengineid", "Yahoo", "Yahoo",  "http://www.yahoo.com/", "");
	menu.addSubItem("searchengineid", "Google", "Google",  "http://www.google.com/", "");
	menu.addSubItem("searchengineid", "Excite", "Excite", "http://www.excite.com", "");
	menu.addSubItem("searchengineid", "HotBot", "HotBot",  "http://www.hotbot.com", "");

	menu.addSubItem("miscid", "Cnet", "Cnet",  "http://www.cnet.com/", "");
	menu.addSubItem("miscid", "RealAudio", "RealAudio",  "http://www.realaudio.com/", "");
	menu.addSubItem("miscid", "MP3.com", "MP3.com",  "http://www.mp3.com/", "");

	menu.showMenu();
}