function showToolbar()
{
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location);

	menu = new Menu();
	menu.addItem("kungfuid", "Kung Fu / Tai Chi", "Kung Fu / Tai Chi / Traditional Chinese Medicine",  null, null);
	menu.addItem("musicid", "Music Sites", "Music Sites",  null, null);
	menu.addItem("friendsid", "Friends Sites", "Freinds Sites",  null, null);
	menu.addItem("searchengineid", "Search Engines", "Search Engines",  null, null);
	menu.addItem("guestb", "Guestbook", "Guestbook",  null, null);

	menu.addSubItem("kungfuid", "Battatutti's Tai Chi", "Tai Chi / Chi Kung / Traditional Chinese Medicine",  "tcc000.htm");
	menu.addSubItem("kungfuid", "Hong Ying School", "Hong Ying School",  "http://www.xs4all.nl/~kungfu/");
	menu.addSubItem("kungfuid", "Plumblossom Federation", "Plumblossom Federation",  "http://www.plumblossom.net/");
	menu.addSubItem("kungfuid", "William CC Chen", "William CC Chen",  "http://www.williamccchen.com/");
	menu.addSubItem("kungfuid", "Stichting Taiji", "Stichting Taiji",  "http://www.taijiquan.nl/");
	menu.addSubItem("kungfuid", "Home", "Battatutti Startpage",  "index.html");

	menu.addSubItem("musicid", "Battatutti's Drum School", "Battatutti's Drum School",  "drumintro.htm");
	menu.addSubItem("musicid", "Guitar Tab & Tricks", "Guitar Tab & Tricks",  "http://www.guitartricks.com");
	menu.addSubItem("musicid", "Home", "Battatutti Startpage",  "index.html");

	menu.addSubItem("friendsid", "Manus the Cat", "Manus the Cat",  "http://home.wish.net/~nott/");
	menu.addSubItem("friendsid", "Willow's World", "Willow Wilg",  "http://www.geocities.com/willow_wilg/");
	menu.addSubItem("friendsid", "Home", "Battatutti Startpage",  "index.html");

	menu.addSubItem("searchengineid", "Google", "Google",  "http://www.google.com/");
	menu.addSubItem("searchengineid", "Vindex", "Vindex",  "http://www.vindex.nl/");
	menu.addSubItem("searchengineid", "Altavista", "Altavista",  "http://www.altavista.com/");
	menu.addSubItem("searchengineid", "Yahoo", "Yahoo",  "http://www.yahoo.com/");
	menu.addSubItem("searchengineid", "Infoseek", "Infoseek",  "http://www.infoseek.com/");
	menu.addSubItem("searchengineid", "Excite", "Excite", "http://www.excite.com");
	menu.addSubItem("searchengineid", "HotBot", "HotBot",  "http://www.hotbot.com");
	menu.addSubItem("searchengineid", "Home", "Battatutti Startpage",  "index.html");

	menu.addSubItem("guestb", "Sign Guestbook", "Sign Guestbook",  "gastenboek.html");
	menu.addSubItem("guestb", "View Guestbook", "View Guestbook",  "gastenboek_bekijken.html");
	menu.addSubItem("guestb", "Home", "Battatutti Startpage",  "index.html");

	menu.showMenu();
}
