function showToolbar()
{
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location);

	menu = new Menu();
	menu.addItem("webmasterid", "Behind The Moon", "Behind The Moon",  null, null);
	menu.addItem("newsid", "Moon's Dance World", "Moon's Dance World",  null, null);
	menu.addItem("freedownloadid", "Moon's Nursing World", "Moon's Nursing World",  null, null);
	menu.addItem("miscid", "Moons Pet Place", "Moon's Pet Place",  null, null);
                menu.addItem("searchengineid", "Guest Book", "Guest book",  null, null);

	menu.addSubItem("webmasterid", "Home", "Home",  "http://www.behindthemoon.com");
                menu.addSubItem("webmasterid", "What's New", "What's New",  "http://whatsnewbehindthemoon.blogspot.com");
	menu.addSubItem("webmasterid", "About Me", "About Me",  "http://www.behindthemoon.com/aboutme.htm");
	menu.addSubItem("webmasterid", "Site Map", "Site Map",  "http://www.behindthemoon.com/sitemap.htm");
	menu.addSubItem("webmasterid", "9-11 Memorial", "9-11 Memorial",  "http://www.behindthemoon.com/inmemory.html");
               

	menu.addSubItem("webmasterid", "My Adoptions", "My Adoptions",  "http://www.behindthemoon.com/adoptions.htm");
                menu.addSubItem("webmasterid", "Webrings", "Webrings",  "http://www.behindthemoon.com/webring.htm");
                menu.addSubItem("webmasterid", "Links", "Links",  "http://www.behindthemoon.com/links.htm");


	menu.addSubItem("newsid", "Welcome", "Welcome",  "http://www.moonsdanceworld.0catch.com");
	menu.addSubItem("newsid", "To My Daughter", "To My Daughter",  "http://www.moonsdanceworld.0catch.com");
	menu.addSubItem("newsid", "Eyes On The Dance Teacher", "Eyes On The Dance Teacher",  "http://www.moonsdanceworld.0catch.com/eyes.htm");
	

	menu.addSubItem("freedownloadid", "Welcome", "Welcome",  "http://www.moonsnursingworld.0catch.com");


	


	menu.addSubItem("miscid", "How Could You", "How Could You",  "http://www.behindthemoon.com/howcould.htm");
                menu.addSubItem("miscid", "The Day Before Christmas", "The Day Before Christmas",  "http://www.behindthemoon.com/puppy_christmas.html");  



                menu.addSubItem("searchengineid", "Sign", "Sign",  "http://pub34.bravenet.com/guestbook/show.php?usernum=2885303560&cpv=1");
	menu.addSubItem("searchengineid", "View", "View",  "http://pub34.bravenet.com/guestbook/show.php?usernum=2885303560&cpv=1");
	
	menu.showMenu();
}