function showToolbar()
{
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location);

	menu = new Menu();
	menu.addItem("webmasterid", "Adoptions", "Adoptions",  null, null);
	menu.addItem("newsid", "My Content", "My Content",  null, null);
	menu.addItem("freedownloadid", "On Line Communities", "On Line Communities",  null, null);
	menu.addItem("searchengineid", "Miscellaneous", "Miscellaneous",  null, null);
	menu.addItem("miscid", "Religious Pages", "Religious Pages",  null, null);


	menu.addSubItem("webmasterid", "Adoptions", "Adoptions",  "http://www.geocities.com/deedee_32935/adoptions.html");
	menu.addSubItem("webmasterid", "All Occasion", "All Occasion",  "http://www.geocities.com/deedee_32935/alloccasion.html");
	menu.addSubItem("webmasterid", "All Occasion 2", "All Occasion 2",  "http://www.geocities.com/deedee_32935/alloccasion2.html");
	menu.addSubItem("webmasterid", "Anniversaries", "Anniversaries",  "http://www.geocities.com/deedee_32935/anniadoptions.html");
	menu.addSubItem("webmasterid", "Baby Adoptions", "Baby Adoptions",  "http://www.geocities.com/deedee_32935/babyadoptions.html");
	menu.addSubItem("webmasterid", "Birthday Adoptions", "Birthday Adoptions",  "http://www.geocities.com/deedee_32935/birthdayadoptions.html");
	menu.addSubItem("webmasterid", "Friendship Adoptions", "Friendship Adoptions",  "http://www.geocities.com/deedee_32935/friendshipadopt.html");
	menu.addSubItem("webmasterid", "Friendship Adoptions 2", "Friendship Adoptions 2",  "http://www.geocities.com/deedee_32935/friendshipadopt2.html");
        menu.addSubItem("webmasterid", "Get Well Adoptions ", "Get Well Adoptions",  "http://www.geocities.com/deedee_32935/getwell.html");


	menu.addSubItem("newsid", "Deedee's Mouse House", "Deedee's Mouse House",  "http://deedee.8m.net/hello/hello.html");
	menu.addSubItem("newsid", "Deedee's Place", "Deedee's Place",  "http://1deedee.50megs.com/deedeesplace.html");
	menu.addSubItem("newsid", "Deedee's World", "Deedee's World",  "http://home.thirdage.com/collections/dylanv1/");
	menu.addSubItem("newsid", "Dylan's Page", "Dylan's Page",  "http://1deedee.50megs.com/dylanspage.html");
	menu.addSubItem("newsid", "Dylan's Pokemon Page", "Dylan's Pokemon Page",  "http://1deedee.50megs.com/pokemon.html");
	menu.addSubItem("newsid", "Friendship", "Friendship",  "http://1deedee.50megs.com/friendship.html");
	menu.addSubItem("newsid", "Holiday Pages", "Holiday Pages",  "http://www.geocities.com/deedee_32935/HolidayPages.html");
        menu.addSubItem("newsid", "My Daughter", "My Daughter",  "http://1deedee.50megs.com/MyDaughter.html");
        menu.addSubItem("newsid", "Twins", "Twins",  "http://www.geocities.com/deedee_32935/twins.html");


	menu.addSubItem("freedownloadid", "Garden of Friendship", "Garden of Friendship",  "http://1deedee.50megs.com/gardenoffriendshipindex.htm");
	menu.addSubItem("freedownloadid", "FML Secret Sister", "FML Secret Sister",  "http://deedee.8m.net/fmlsecretsister.htm");
        menu.addSubItem("freedownloadid", "WWW Secret Sister", "WWW Secret Sister",  "http://deedee.8m.net/secretsister/deedee.htm");
	menu.addSubItem("freedownloadid",  "Webrings", "Webrings",  "http://www.geocities.com/deedee_32935/Webrings.html");


	menu.addSubItem("searchengineid", "Awards Received", "Awards Received",  "http://www.geocities.com/deedee_32935/awards.html");
	menu.addSubItem("searchengineid", "Gifts for You", "Gifts for You",  "http://www.geocities.com/kiersten32935/holidaygiftsindex.html");
	menu.addSubItem("searchengineid", "Guestbook", "Guestbook",  "http://pub35.bravenet.com/guestbook/show.asp?usernum=2971474995&cpv=1");

	menu.addSubItem("miscid", "Contentment", "Contentment",  "http://www.geocities.com/deedee_32935/parkbench.html");
	menu.addSubItem("miscid", "Waterfall", "Waterfall",  "http://www.geocities.com/deedee_32935/waterfall.html");
	menu.addSubItem("miscid", "Winterlake", "Winterlake", "http://www.geocities.com/deedee_32935/winterlake.html");

	menu.showMenu();
}
