//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("ionithermieenid", "Ionithermie", "Ionithermie",  null, null);
	menu.addItem("methodsid", "Methods", "Methods",  null, null);
	menu.addItem("productsid", "Products", "Products",  null, null);
	menu.addItem("skintypeid", "Skin type", "Skin type",  null, null);
	menu.addItem("linksenid", "Links", "Links",  null, null);

	menu.addSubItem("ionithermieenid", "What", "What",  "http://www.ionithermie.nl/wationithermieen.html", "mainFrame");
	menu.addSubItem("ionithermieenid", "How", "How",  "http://www.ionithermie.nl/worken.html", "mainFrame");
	menu.addSubItem("ionithermieenid", "3 steps", "3 steps",  "http://www.ionithermie.nl/thuisgebruiken.html", "mainFrame");
	menu.addSubItem("ionithermieenid", "Articles", "Articles",  "http://www.ionithermie.nl/citatenen.html", "mainFrame");
	
	menu.addSubItem("methodsid", "Face", "Face",  "http://www.ionithermie.nl/facemethodsen.html", "mainFrame");
	menu.addSubItem("methodsid", "Body", "Body",  "http://www.ionithermie.nl/bodymethodsen.html", "mainFrame");
	
	menu.addSubItem("productsid", "Face", "Face",  "http://www.ionithermie.nl/faceproductsen.html", "mainFrame");
	menu.addSubItem("productsid", "Body", "Body",  "http://www.ionithermie.nl/bodyproductsen.html", "mainFrame");
	
	menu.addSubItem("skintypeid", "Sensitive", "Sensitive",  "http://www.ionithermie.nl/sensitiveen.html", "mainFrame");
	menu.addSubItem("skintypeid", "Dry skin", "Dry skin",  "http://www.ionithermie.nl/dryskinen.html", "mainFrame");
	menu.addSubItem("skintypeid", "Oily skin", "Oily skin", "http://www.ionithermie.nl/oilyskinen.html", "mainFrame");
	menu.addSubItem("skintypeid", "Mature", "Mature",  "http://www.ionithermie.nl/antiageingen.html", "mainFrame");

	menu.addSubItem("linksenid", "M-120", "M-120",  "http://www.ecuri.com/medica120/indexm120.htm", "_blank");
	menu.addSubItem("linksenid", "Alexandre Fabelle", "Alexandre Fabelle",  "http://www.alexandrefabelle.nl/", "_blank");
	menu.addSubItem("linksenid", "Permanent Make-up", "Permanent Make-Up",  "http://www.ecuri.com/", "_blank");
	menu.addSubItem("linksenid", "Online Shop", "Online Shop",  "http://www.ecuri.com/comersus/store/comersus_listCategoriesAndProducts.asp", "_blank");
	menu.showMenu();
}
