function showToolbar()
{
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location);

	menu = new Menu();
	menu.addItem("webmasterid", "Home", "Home",  null, null);
	menu.addItem("newsid", "Korean", "Korean",  null, null);
	menu.addItem("freedownloadid", "Japanese", "Japanese",  null, null);
	menu.addItem("searchengineid", "Chinese", "Chinese",  null, null);
	menu.addItem("miscid", "Art Sites", "Art Sites",  null, null);

	menu.addSubItem("webmasterid", "Living Gallery", "Living Gallery",  "http://www.doverbyfinearts.com/main.html");
	menu.addSubItem("webmasterid", "Sign My Guestbook", "Sign My Guestbook",  "http://www.doverbyfinearts.com/guestbook.html");
	menu.addSubItem("webmasterid", "About The Artist", "About The Artist",  "http://www.doverbyfinearts.com/Pages/art.html");
	menu.addSubItem("webmasterid", "Exhibits", "Exhibits",  "http://www.doverbyfinearts.com/Pages/exhib.html");
	menu.addSubItem("webmasterid", "Contact Me", "Contact Me",  "http://www.doverbyfinearts.com/contact.html");
	
	menu.addSubItem("newsid", "Dance of Enlightenment", "Dance of Enlightenment",  "http://www.doverbyfinearts.com/Pages/Dance/dnc.html");
	menu.addSubItem("newsid", "Meditation", "Meditation",  "http://www.doverbyfinearts.com/Pages/Meditation/med.html");
	menu.addSubItem("newsid", "Search for Tranquility", "Search for Tranquility",  "http://www.doverbyfinearts.com/Pages/Tranquil/tranq.html");

	menu.addSubItem("freedownloadid", "Limitless Beauty", "Limitless Beauty",  "http://www.doverbyfinearts.com/Pages/Limitless/lim.html");
	menu.addSubItem("freedownloadid", "The Lion", "The Lion",  "http://www.doverbyfinearts.com/Pages/Lion/li.html");
      	menu.addSubItem("freedownloadid", "Sisters", "Sisters",  "http://www.doverbyfinearts.com/Pages/Sisters/sis.html");
	menu.addSubItem("freedownloadid", "Wistful Moon", "Wistful Moon",  "http://www.doverbyfinearts.com/Pages/Wistful/wis.html");
      	menu.addSubItem("freedownloadid", "Floating World", "Floating World",  "http://www.doverbyfinearts.com/Pages/Floating/fl.html");
	menu.addSubItem("freedownloadid", "Shiburaku", "Shiburaku",  "http://www.doverbyfinearts.com/Pages/Shib/shib.html");
	menu.addSubItem("freedownloadid", "Iroka", "Iroka",  "http://www.doverbyfinearts.com/Pages/Iroka/ir.html");
	menu.addSubItem("freedownloadid", "Beauty in Full Bloom", "Beauty in Full Bloom",  "http://www.doverbyfinearts.com/Pages/Bloom/blm.html");
	menu.addSubItem("freedownloadid", "Messenger Danjo", "Messenger Danjo",  "http://www.doverbyfinearts.com/Pages/Messenger/mess.html");
	menu.addSubItem("freedownloadid", "Strength of Gongoro", "Strength of Gongoro",  "http://www.doverbyfinearts.com/Pages/Strength/str.html");
	menu.addSubItem("freedownloadid", "Enchantment of a Courtesan", "Enchantment of a Courtesan",  "http://www.doverbyfinearts.com/Pages/Enchant/en.html");


	menu.addSubItem("searchengineid", "Wind Through the Summer Valley", "Wind Through the Summer Valley",  "http://www.doverbyfinearts.com/Pages/Wind/wind.html");
	menu.addSubItem("searchengineid", "Waterfall in the Valley", "Waterfall in the Valley",  "http://www.doverbyfinearts.com/Pages/Waterfall/wat.html");
	menu.addSubItem("searchengineid", "Mist in the Floating Jade Mountains", "Mist in the Floating Jade Mountains", "http://www.doverbyfinearts.com/Pages/Mist/mist.html");
	
	menu.addSubItem("miscid", "Art Database", "Art Database",  "http://dart.fine-art.com");
	menu.addSubItem("miscid", "WWAR", "WWAR",  "http://wwar.com/index4.html");
	menu.addSubItem("miscid", "ArtMecca", "ArtMecca",  "http://www.artmecca.com");
	menu.addSubItem("miscid", "World Artists", "World Artists",  "http://worldartistdirectory.com");
	menu.addSubItem("miscid", "w3art", "w3art",  "http://www.w3art.com");
	menu.addSubItem("miscid", "Sonoran Arts", "Sonoran Arts",  "http://www.sonoranartsleague.org");
	menu.addSubItem("miscid", "Ole Ziger", "Ole Ziger",  "http://www.ziger.com");

	menu.showMenu();
}