function showToolbar()
{
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location);

	menu = new Menu();
	menu.addItem("webmasterid", "Websets", "Websets",  null, null);
	menu.addItem("newsid", "Backgrounds", "Backgrounds",  null, null);
	menu.addItem("freedownloadid", "Animations", "Animations",  null, null);
	menu.addItem("searchengineid", "Mixed graphics", "Mixed graphics",  null, null);
	menu.addItem("miscid", "Unuseful things", "Unuseful things",  null, null);


	menu.addSubItem("webmasterid", "Page 1", "Page 1",  "bgscreen.htm");
	menu.addSubItem("webmasterid", "Page 2", "Page 2",  "bgscreen2.htm");
menu.addSubItem("webmasterid", "Page 3", "Page 3",  "bgscreen3.htm");
menu.addSubItem("webmasterid", "Blogset iframe", "Blogset iframe",  "blogscreen.htm");
menu.addSubItem("webmasterid", "Animals graphics", "Animals graphics",  "s7.htm");
menu.addSubItem("webmasterid", "Christmas graphics", "Christmas graphics",  "http://hem.passagen.se/utkik/jul.htm");
menu.addSubItem("webmasterid", "Easter graphics", "Easter graphics",  "http://hem.passagen.se/fredell/pask.htm");
	



	menu.addSubItem("newsid", "Backgrounds top", "Backgrounds top",  "bkranoth2.htm");
	menu.addSubItem("newsid", "Backgrounds wide", "Backgrounds wide",  "bkranoth.htm");
	menu.addSubItem("newsid", "Backgrounds crazy", "Backgrounds crazy",  "bkrcrazy.htm");
	menu.addSubItem("newsid", "More, more, more", "More, more, more",  "furst.htm");
	

	menu.addSubItem("freedownloadid", "Animations dark", "Animations dark",  "ancar.htm");
	menu.addSubItem("freedownloadid", "Animations light", "Animations light",  "anmask.htm");
menu.addSubItem("freedownloadid", "Animations mix", "Animations mix",  "anbird.htm");
      

	menu.addSubItem("searchengineid", "Remote controls", "Remote controls",  "kontr.htm");
	menu.addSubItem("searchengineid", "Buttons", "Buttons",  "knappar.htm");
	menu.addSubItem("searchengineid", "Dingbats", "Dingbats", "dekor.htm");
	menu.addSubItem("searchengineid", "Flowers", "Flowers",  "flo.htm");
menu.addSubItem("searchengineid", "Fantasy&3D graphics", "Fantasy&3D graphics",  "http://margareta.web.surftown.se/3D/");
      

	menu.addSubItem("miscid", "Glass? jewels? No idea..", "Glass? jewels? No idea..",  "tubes.htm");
menu.addSubItem("miscid", "A door", "A door",  "door.htm");



	

	

	

	menu.showMenu();
}
