//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("home", "Home", "Home", "home.html", null);
	menu.addItem("Infoid", "Info", "Info",  null, null);
	menu.addItem("Optredens", "Optredens", "Optredens", "optredens.html", null);
	menu.addItem("Gastenboek", "Gastenboek", "Gastenboek", "gastenboek.html", null);
	menu.addItem("contact", "Contact", "Contact", "contact.html", null);
	
	menu.addSubItem("Infoid", "Samen met jou (Videoclip)", "Samen met jou (Videoclip)",  "http://www.youtube.com/watch?v=I6Z-SQ4T0bk", "_blank");
	menu.addSubItem("Infoid", "Happy New Year (Videoclip)", "Happy New Year (Videoclip)",  "http://nl.youtube.com/watch?v=5r1ooPRo9eI", "_blank");
	menu.addSubItem("Infoid", "Hyves", "Hyves",  "http://sjarrelensjaan.hyves.nl/", "_blank");
	menu.addSubItem("Infoid", "Fansite", "Fansite",  "http://www.desjarrelensjaanfanclub.nl/", "_blank");
	menu.addSubItem("Infoid", "CD Uitreiking", "CD Uitreiking",  "cduitreiking.html", "");
	menu.addSubItem("Infoid", "CD Kopen?", "CD Kopen?",  "cdkopen.html", "");
	menu.addSubItem("Infoid", "Optreden Tien", "Optreden Tien",  "tien.html", "");
	menu.addSubItem("Infoid", "Foto's Singapore", "Foto's Singapore",  "fotossingapore.html", "");
	menu.addSubItem("Infoid", "Foto's Parc La Clusure", "Foto's Parc La Clusure",  "fotosparclaclusure.html", "");
	menu.addSubItem("Infoid", "Foto's Smartlappen Festival 2007", "Foto's Smartlappen Festival 2007",  "fotossmartlappen2007.html", "");
	
	menu.showMenu();
}
