function showToolbar()
{
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location);

	menu = new Menu();
	menu.addItem("fairkingdomid", "Fair Kingdom", "Fair Kingdom",  null, null);
	menu.addItem("officeid", "Office", "Office",  null, null);
	menu.addItem("majorsurnamesid", "Major Surnames", "Major Surnames",  null, null);
	menu.addItem("minorsurnamesid", "Minor Surnames", "Minor Surnames",  null, null);
	menu.addItem("contactid", "Contact Me", "Contact Me",  null, null);

	menu.addSubItem("fairkingdomid", "The Fair Kingdom", "The Fair Kingdom",  "/fairkingdom/index.html");
        menu.addSubItem("fairkingdomid", "Great Hall", "Great Hall",  "/fairkingdom/greathall.html");
	menu.addSubItem("fairkingdomid", "Library", "Library",  "/fairkingdom/library/index.html");
	menu.addSubItem("fairkingdomid", "Castle Conservatory", "Castle Conservatory",  "/fairkingdom/conservatory/index.html");
	menu.addSubItem("fairkingdomid", "Maiden Fair's Garden", "Maiden Fair's Garden",  "/fairkingdom/garden/index.html");
	menu.addSubItem("fairkingdomid", "Castle Chapel", "Castle Chapel",  "http://www.churches.net/women/jesuslover/");
	menu.addSubItem("fairkingdomid", "Celebrations", "Celebrations",  "/fairkingdom/celebrations/index.html");
	

	menu.addSubItem("officeid", "Office", "Office",  "index.html");
        menu.addSubItem("officeid", "Maiden Fair's Surnames", "Maiden Fair's Surnames",  "maidenfair.html");
	menu.addSubItem("officeid", "Shining Knight's Surnames", "Shining Knight's Surnames",  "shiningknight.html");
	menu.addSubItem("officeid", "We Are The Chosen", "We Are The Chosen",  "storyteller.html");
	menu.addSubItem("officeid", "Genealogy Links", "Genealogy Links",  "genlinks.html");
        menu.addSubItem("officeid", "Family History Webring", "Family History WebRing",  "webring/index.html");
	menu.addSubItem("officeid", "Family Tree WebRing", "Family Tree WebRing",  "http://doutt.0catch.com/webring/familytree.html");
	menu.addSubItem("officeid", "Doutt Family WebRing", "Doutt Family WebRing",  "http://doutt.0catch.com/webring.html");

	menu.addSubItem("majorsurnamesid", "Blais", "Blais",  "blais.html");
	menu.addSubItem("majorsurnamesid", "Butler", "Butler",  "butler.html");
        menu.addSubItem("majorsurnamesid", "Doutt", "Doutt",  "doutt.html");
	menu.addSubItem("majorsurnamesid", "Hessom", "Hessom",  "hessom.html");
	menu.addSubItem("majorsurnamesid", "Knapp", "Knapp",  "knapp.html");
      menu.addSubItem("majorsurnamesid", "Lahey", "Lahey",  "lahey.html");
      menu.addSubItem("majorsurnamesid", "Lane", "Lane",  "lane.html");
      menu.addSubItem("majorsurnamesid", "Mead", "Mead",  "mead.html");
      menu.addSubItem("majorsurnamesid", "Peck", "Peck",  "peck.html");
      menu.addSubItem("majorsurnamesid", "Pugsley", "Pugsley",  "pugsley.html");
      menu.addSubItem("majorsurnamesid", "Scully", "Scully",  "scully.html");
	menu.addSubItem("majorsurnamesid", "Sikes", "Sikes",  "sikes.html");
      menu.addSubItem("majorsurnamesid", "Ward", "Ward",  "ward.html");

	menu.addSubItem("minorsurnamesid", "Burt", "Burt",  "burt.html");
        menu.addSubItem("minorsurnamesid", "Courthope", "Courthope",  "courthope.html");
	menu.addSubItem("minorsurnamesid", "Ferris", "Ferris",  "ferris.html");
	menu.addSubItem("minorsurnamesid", "Fluman", "Fluman",  "fluman.html");
	menu.addSubItem("minorsurnamesid", "Kellway", "Kellway",  "kellway.html");
	menu.addSubItem("minorsurnamesid", "Mahaffey", "Mahaffey", "mahaffey.html");
	menu.addSubItem("minorsurnamesid", "McFarland", "McFarland",  "mcfarland.html");
	menu.addSubItem("minorsurnamesid", "Morin", "Morin",  "morin.html");

	menu.addSubItem("contactid", "Office Guestbook", "Office Guestbook",  "myguestbook.html");
	menu.addSubItem("contactid", "Fair Kingdom Guestbooks", "Fair Kingdom Guestbooks",  "/fairkingdom/myguestbook.html");
	menu.addSubItem("contactid", "Email", "Email",  "email.html");
	menu.addSubItem("contactid", "Message Center", "Message Center",  "http://www.100megsfree2.com/fairkingdom/wwwboard/index.html");
	

	menu.showMenu();
}