function showToolbar()
{
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location);

	menu = new Menu();
	menu.addItem("yaarab", "- Yaarab Main", "Starting Point",  null, null);
	menu.addItem("groups", "- Our Members", "Divan, Units, Clubs, Associations, Staff",  null, null);
	menu.addItem("Calendar", "- Calendar", "Parade Schedule and other events",  null, null);
	menu.addItem("shrine", "- The Shrine", "The Hospitals and The Fraternity",  null, null);
	menu.addItem("georgia", "- Georgia", "Links to Georgia Websites",  null, null);

	menu.addSubItem("yaarab", "- Main Page", "Main Page",  "http://yaarabshrine.org/");
	menu.addSubItem("yaarab", "- Map", "and Directions",  "http://yaarabshrine.org/navigation/map.html");
	menu.addSubItem("yaarab", "- Site Map", "List of all pages",  "http://yaarabshrine.org/navigation/sitemap.html");
	menu.addSubItem("yaarab", "- Web Team", "Who did this, anyway?",  "http://yaarabshrine.org/navigation/webteam.html");


	menu.addSubItem("groups", "- Divan", "Our Officers",  "http://yaarabshrine.org/groups/divan/");
	menu.addSubItem("groups", "- Business Office", "The folks that do the hard work",  "http://yaarabshrine.org/groups/office/");
	menu.addSubItem("groups", "- Units", "generally draw from all of Yaarab Nobility and meet at the Shrine",  "http://yaarabshrine.org/groups/units/");
	menu.addSubItem("groups", "- Clubs", "generally regional groups, meeting locally",  "http://yaarabshrine.org/groups/clubs/");
	menu.addSubItem("groups", "- Associations", "generally draw from all of Yaarab Nobility",  "http://yaarabshrine.org/groups/assns/");

	menu.addSubItem("Calendar", "- Parade Schedule", "Where we going next?", "http://yaarabshrine.org/parades/parade.html");
	menu.addSubItem("Calendar", "- Calendar", "2004",  "http://calendar.yahoo.com/yaarabshrine");
	
	menu.addSubItem("shrine", "- Shriners Hospitals", "FREE Healthcare for burned and crippled Children",  "http://shriners.com/Hospitals/");
	menu.addSubItem("shrine", "- Healthcare Links", "provided by The Shrine",  "http://shriners.com/hospitallinks.html");
	menu.addSubItem("shrine", "- Facts & Figures", "Money spent last year",  "http://shriners.com/Hospitals/factsfigs00-01.html");
	menu.addSubItem("shrine", "- The Fraternity", "Shrinedom",  "http://shriners.com/Shrine/");
	menu.addSubItem("shrine", "- Shriners' Creed", "What are Shriners?",  "http://shriners.com/Shrine/creed.html");
	menu.addSubItem("shrine", "- Shrine Links", "to other Shrine sites",  "http://shriners.com/Shrine/chapters.html");

	menu.addSubItem("georgia", "- Craft Masonry", "Grand Lodge of Georgia",  "http://glofga.org/");
	menu.addSubItem("georgia", "- Lodges Online", "under the GL of Georgia",  "http://dmoz.org/Society/Organizations/Fraternal/Freemasonry/Craft_Masonry/Grand_Lodge_of_Georgia/");
	menu.addSubItem("georgia", "- Scottish Rite", "Orient of Georgia, A&ASR",  "http://gascottishrite.org/");
	menu.addSubItem("georgia", "- National Links", "to Grand Masonic Bodies",  "http://yaarabshrine.org/navigation/links.html");

	menu.showMenu();
}
