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

	menu = new Menu();
	menu.addItem("basissitesid", "Home", "Home", "home.html", "_top");
	menu.addItem("compuid", "Foto's en Filmpjes", "Foto's en Filmpjes",  null, null);
	menu.addItem("favorietenid", "Twice Online", "Twice Online",  null, null);
	menu.addItem("vakantieid", "Back Up", "Back Up",  null, null);
	menu.addItem("contactid", "Contact", "Contact",  null, null);

	menu.addSubItem("basissitesid", "Home", "Home", "home.html", "_top");
	menu.addSubItem("basissitesid", "Zoeken", "Zoeken", "zoeken.html", "_top");
	
	menu.addSubItem("compuid", "Filmpjes", "Filmpjes",  "filmpjes.html", "_top");
	menu.addSubItem("compuid", "Foto's: Feesten", "Feesten",  "fotosfeesten.html", "_top");
	menu.addSubItem("compuid", "Foto's: Uitgaan", "Uitgaan",  "fotosuitgaan.html", "_top");
	menu.addSubItem("compuid", "Foto's: Vakantie", "Vakantie",  "fotosvakantie.html", "_top");
	menu.addSubItem("compuid", "Foto's: Carnaval", "Carnaval",  "fotoscarnaval.html", "_top");
	menu.addSubItem("compuid", "Foto's: De Rest", "De Rest",  "fotosderest.html", "_top");
	menu.addSubItem("compuid", "Foto's: Chronologisch", "Chronologisch",  "fotoschronologisch.html", "_top");
	menu.addSubItem("compuid", "Hall of shame", "Hall of Shame",  "hallofshame.html", "_top");

	menu.addSubItem("favorietenid", "Links", "Links",  "links.html", "_top");
	menu.addSubItem("favorietenid", "Probleemwijken", "Probleemwijken",  "probleemwijken.html", "_top");
	menu.addSubItem("favorietenid", "Bert & Ernie", "Bert & Ernie",  "bertenernie.html", "_top");
	menu.addSubItem("favorietenid", "Bass&#238;e & Adr&#238;aan", "Bassie & Adriaan",  "bassieenadriaan.html", "_top");
	menu.addSubItem("favorietenid", "Jensen!", "Jensen",  "jensen.html", "_top");
	menu.addSubItem("favorietenid", "Ferry vd Zaande", "Ferry vd Zaande",  "ferryvdzaande.html", "_top");
	menu.addSubItem("favorietenid", "Mannen vd Radio", "Mannen vd Radio",  "mannenvdradio.html", "_top");
	menu.addSubItem("favorietenid", "Nieuwsbrief", "Nieuwsbrief",  "nieuwsbrief.html", "_top");
      
	menu.addSubItem("vakantieid", "Alle blogs", "Alle blogs", "alleblogs.html", "_top");
	menu.addSubItem("vakantieid", "Alle weekoverzichten", "Alle weekoverzichten",  "weekoverzichten.html", "_top");
	menu.addSubItem("vakantieid", "Woordenboek", "Woordenboek",  "woordenboek.html", "_top");
	menu.addSubItem("vakantieid", "Rijmen", "Rijmen",  "rijmen.html", "_top");
	menu.addSubItem("vakantieid", "Tennis", "Tennis",  "tennis.html", "_top");
	menu.addSubItem("vakantieid", "Darts", "Darts", "darts.html", "_top");
	
	menu.addSubItem("contactid", "Gastenboek", "Gastenboek",  "gastenboek.html", "_top");
	menu.addSubItem("contactid", "Contactformulier", "Contactformulier",  "mail.html", "_top");
	menu.addSubItem("contactid", "Sitemap", "Sitemap",  "sitemap.html", "_top");
	
	menu.showMenu();
}
