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",  "/index.html");

        menu.addSubItem("fairkingdomid", "Great Hall", "Great Hall",  "/greathall.html");

	menu.addSubItem("fairkingdomid", "Library", "Library",  "/library/index.html");

	menu.addSubItem("fairkingdomid", "Castle Conservatory", "Castle Conservatory",  "/conservatory/index.html");

	menu.addSubItem("fairkingdomid", "Maiden Fair's Garden", "Maiden Fair's Garden",  "http://garden.thefairkingdom.com/");

	menu.addSubItem("fairkingdomid", "Castle Chapel", "Castle Chapel",  "http://chapel.thefairkingdom.com");

	menu.addSubItem("fairkingdomid", "Celebrations", "Celebrations",  "http://www.holiday-celebrations.com");

	



	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", "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://www.doutt.net/webring/familytree.html");

	menu.addSubItem("officeid", "Doutt Family WebRing", "Doutt Family WebRing",  "http://www.doutt.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("minorsurnamesid", "Plumb", "Plumb",  "plumb.html");

	menu.addSubItem("minorsurnamesid", "Potter", "Potter",  "potter.html");



	menu.addSubItem("contactid", "Visitor's Book", "Visitor's Book",  "/contacts.html");

	menu.addSubItem("contactid", "Email", "Email",  "/email.html");

	

	



	menu.showMenu();

}