function showToolbar()
{
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location);

	menu = new Menu();
	menu.addItem("webmasterid", "BryceGalleries", "BryceGalleries",  null, null);
	menu.addItem("newsid", "MoreBryce", "MoreBryce",  null, null);
	menu.addItem("freedownloadid", "Links", "Links",  null, null);
	menu.addItem("searchengineid", "My others sites", "My others sites",  null, null);
	menu.addItem("miscid", "e-mail", "e-mail",  null, null);

	menu.addSubItem("webmasterid", "Gallery 1", "Gallery 1",  "bryce2e.htm");
	menu.addSubItem("webmasterid", "Gallery 2", "Gallery 2",  "bryce22.htm");
	menu.addSubItem("webmasterid", "Gallery 3", "Gallery 3",  "bryce33.htm");



	menu.addSubItem("newsid", "At sea", "At sea",  "bryce2a.htm");
	menu.addSubItem("newsid", "The city", "The city",  "bryce2b.htm");
	menu.addSubItem("newsid", "Life", "Life",  "bryce2c.htm");
	menu.addSubItem("newsid", "Cosmos", "Cosmos",  "bryce2d.htm");
	

	menu.addSubItem("freedownloadid", "Dynamic Drive", "Dynamic Drive",  "http://www.dynamicdrive.com/");
	menu.addSubItem("freedownloadid", "Download.com", "Download.com",  "http://download.com/");
      

	menu.addSubItem("searchengineid", "Maggies world", "Maggies world",  "http://hem.passagen.se/fredell/");
	menu.addSubItem("searchengineid", "WideWildWorld", "IrishSetter",  "http://www.fortunecity.se/kista/psion/221/index.html");
	menu.addSubItem("searchengineid", "RussianSite", "RussianSite", "http://w1.510.telia.com/~u51006393/indexrus.htm");
	menu.addSubItem("searchengineid", "PhotoShop, poetry", "Swedish",  "http://hem.passagen.se/lafr/");
      menu.addSubItem("searchengineid", "Drawing", "Drawing", "http://w1.510.telia.com/~u51004174/index.html");
      menu.addSubItem("searchengineid", "Free graphic", "My free graphic", "http://w1.510.telia.com/~u51002832/backgr.htm");

	menu.addSubItem("miscid", "fredell@telia.com", "fredell@telia.com",  "mailto:fredell@telia.com");
	
	

	menu.showMenu();
}