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

	menu = new Menu();
	menu.addItem("webmasterid", "About Agora", "About Agora",  null, null);
	menu.addItem("dirid", "Directions", "Directions",  null, null);
	menu.addItem("dircarid", "Links", "Links",  null, null);
	menu.addItem("linksid", "Museums", "Museums",  null, null);
	menu.addItem("miscid", "Miscellaneous", "Miscellaneous",  null, null);

	menu.addSubItem("webmasterid", "Pictures", "Pictures",  "/gallery", "home");
	menu.addSubItem("webmasterid", "Map", "Map",  "map.html", "home");
	menu.addSubItem("webmasterid", "History", "History",  "history_eng.html", "home");
	menu.addSubItem("webmasterid", "Home", "Home",  "home_eng3.html", "home");
	

	menu.addSubItem("dirid", "From Schiphol", "From Schiphol",  "schiphol_eng.html", "home");
        menu.addSubItem("dirid", "From DenHaag by car", "From DenHaag by car",  "denhaag_eng.html", "home");
        menu.addSubItem("dirid", "From Utrecht by car", "From Utrecht by car",  "utrecht_eng.html", "home");
	menu.addSubItem("dirid", "From Amersfoort by car", "From Amersfoort by car",  "amersfoort_eng.html", "home");
	
	

	menu.addSubItem("dircarid", "About Amsterdam", "About Amsterdam",  "http://www.amsterdam.nl/e_index.html", "_blank");
      menu.addSubItem("dircarid", "Concertgebouw", "Concertgebouw",  "http://www.concertgebouw.nl/ce_main.htm", "home");
	menu.addSubItem("dircarid", "Tourist Info", "Tourist Info",  "http://www.holland.com/splash.html", "home");
      

	menu.addSubItem("linksid", "Rijksmuseum", "Rijksmuseum",  "http://www.rijksmuseum.nl/", "home");
	menu.addSubItem("linksid", "Stedelijk Museum", "Stedelijk Museum",  "http://www.stedelijk.nl/", "home");
        menu.addSubItem("linksid", "Anne Frank House", "Anne Frank House",  "http://www.annefrank.nl/", "home");
	menu.addSubItem("linksid", "Van Gogh Museum", "Van Gogh Museum", "http://www.vangoghmuseum.nl", "home");
	

	menu.addSubItem("miscid", "Weather", "Weather",  "http://www.weather.com/outlook/travel/businesstraveler/local/NLXX0002?from=search_city", "home");
	menu.addSubItem("miscid", "Exchange Rates", "Exchange Rates",  "http://www.hotelagora.nl/agora/m3.html", "home");
	menu.addSubItem("miscid", "Public Transport", "Public Transport",  "http://www.bereikbaaramsterdam.nl/live/main.asp?display_framework=startpagina&item_id=106&selected_balkitem_id=855&parent_balkitem_id=847&level_id=2", "_blank");
	
	menu.showMenu();
}
