//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("ionithermieid", "Ionithermie", "Ionithermie",  null, null);
	menu.addItem("methodeid", "Methode", "Methode",  null, null);
	menu.addItem("produktenid", "Produkten", "Produkten",  null, null);
	menu.addItem("huidtypeid", "Huidtype", "Huidtype",  null, null);
	menu.addItem("linksid", "Links", "Links",  null, null);

	menu.addSubItem("ionithermieid", "Wat", "Wat",  "http://www.ionithermie.nl/wationithermienl.html", "mainFrame");
	menu.addSubItem("ionithermieid", "Hoe", "Hoe",  "http://www.ionithermie.nl/worknl.html", "mainFrame");
	menu.addSubItem("ionithermieid", "Vijf in één", "Vijf in één",  "http://www.ionithermie.nl/thuisgebruiknl.html", "mainFrame");
	menu.addSubItem("ionithermieid", "Citaten", "Citaten",  "http://www.ionithermie.nl/citatennl.html", "mainFrame");
	
	menu.addSubItem("methodeid", "Gezicht", "Gezicht",  "http://www.ionithermie.nl/facemethodsnl.html", "mainFrame");
	menu.addSubItem("methodeid", "Lichaam", "Lichaam",  "http://www.ionithermie.nl/bodymethodsnl.html", "mainFrame");
	
	menu.addSubItem("produktenid", "Gezicht", "Gezicht",  "http://www.ionithermie.nl/faceproductsnl.html", "mainFrame");
	menu.addSubItem("produktenid", "Lichaam", "Lichaam",  "http://www.ionithermie.nl/bodyproductsnl.html", "mainFrame");
	
	menu.addSubItem("huidtypeid", "Gevoelig", "Gevoelig",  "http://www.ionithermie.nl/sensitivenl.html", "mainFrame");
	menu.addSubItem("huidtypeid", "Droge huid", "Droge huid",  "http://www.ionithermie.nl/dryskinnl.html", "mainFrame");
	menu.addSubItem("huidtypeid", "Vette huid", "Vette huid", "http://www.ionithermie.nl/oilyskinnl.html", "mainFrame");
	menu.addSubItem("huidtypeid", "Rijpe huid", "Rijpe huid",  "http://www.ionithermie.nl/antiageingnl.html", "mainFrame");

	menu.addSubItem("linksid", "M-120", "M-120",  "http://www.ecuri.com/medica120/indexm120.htm", "_blank");
	menu.addSubItem("linksid", "Alexandre Fabelle", "Alexandre Fabelle",  "http://www.alexandrefabelle.nl/", "_blank");
	menu.addSubItem("linksid", "Permanent Make-up", "Permanent Make-Up",  "http://www.ecuri.com/", "_blank");
	menu.addSubItem("linksid", "Online Shop", "Online Shop",  "http://www.ecuri.com/comersus/store/comersus_listCategoriesAndProducts.asp", "_blank");
	menu.addSubItem("linksid", "Verkooppunten", "Verkooppunten",  "http://www.ionithermie.nl/partners.html", "mainFrame");
	menu.showMenu();
}