function showToolbar()
{
// AddItem(id, text, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location);

	menu = new Menu();

	menu.addItem("profielid", "profiel",  null, null);
	menu.addItem("octrooid", "octrooi",  null, null);
	menu.addItem("merkid", "merk ",  null, null);
	menu.addItem("modelid", "model ",  null, null);
	menu.addItem("domeinid", "domeinnaam",  null, null);
	menu.addItem("commercialiseringid", "commercialisering",  null, null);
   
	
	menu.addSubItem("octrooid", "Wat is een octrooi", "",  "octrooi1.html");
	menu.addSubItem("octrooid", "Doel", "",  "octrooi2.html");
	menu.addSubItem("octrooid", "Hoe te verkrijgen", "",  "octrooi3.html");
	
	
	menu.addSubItem("merkid", "Wat is een merk", "",  "merk1.html");
	menu.addSubItem("merkid", "Doel", "",  "merk2.html");
    menu.addSubItem("merkid", "Hoe te verkrijgen", "",  "merk3.html");
    menu.addSubItem("merkid", "Bewaking", "",  "merk4.html");
	
	
	menu.addSubItem("modelid", "Wat is een model", "",  "model1.html");
	menu.addSubItem("modelid", "Doel", "",  "model2.html");
	menu.addSubItem("modelid", "Hoe te verkrijgen", "",  "model3.html");
	
	menu.addSubItem("domeinid", "Wat is een domeinnaam", "",  "domein1.html");
	menu.addSubItem("domeinid", "Doel", "",  "domein2.html");
	menu.addSubItem("domeinid", "Hoe te verkrijgen", "",  "domein3.html");
	
	
	menu.addSubItem("profielid", "Los en Stigter B.V.", "",  "profiel1.html");
	menu.addSubItem("profielid", "Staf", "",  "profiel2.html");
	menu.addSubItem("profielid", "Routebeschrijving", "", "profiel3.html");
	menu.addSubItem("profielid", "Contact", "", "profiel4.html");


	menu.addSubItem("commercialiseringid", "Algemeen", "",  "com1.html");
	

	
	
	
	


	menu.showMenu();
}
