function showToolbar()
{
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location);

	menu = new Menu();
	menu.addItem("mrnid", "MRN ...", "MRN ...",  null, null);
	menu.addItem("connectionsid", "Connections", "Connections",  null, null);
	menu.addItem("resourcesid", "Resources", "Resources",  null, null);
	menu.addItem("helpfulid", "Helpful", "Helpful",  null, null);
	menu.addItem("miscid", "Miscellaneous", "Miscellaneous",  null, null);

	menu.addSubItem("mrnid", "Home", "Home",  "../index.htm");
	menu.addSubItem("mrnid", "About", "About",  "../about.html");
	menu.addSubItem("mrnid", "How to Contribute", "How to Contribute",  "../MRNGift.html");
	menu.addSubItem("mrnid", "Sponsors", "Sponsors",  "../sponsors.html");
	menu.addSubItem("mrnid", "Staff", "Staff", "../staff.html");
	menu.addSubItem("mrnid", "What's New?", "What's New?",  "../whatsnew.html");
	
	menu.addSubItem("connectionsid", "EDC", "EDC",  "../EDC/index.htm");
	menu.addSubItem("connectionsid", "FMC", "FMC",  "http://www.fmc-online.org/index.htm");
	
	menu.addSubItem("resourcesid", "Acuerdos y Desacuerdos en Amor", "Acuerdos y Desacuerdos en Amor",  "http://www.fmc-online.org/Resources/ADAmor/index.htm");
	menu.addSubItem("resourcesid", "Agreeing & Disagreeing in Love", "Agreeing & Disagreeing in Love",  "http://www.fmc-online.org/Resources/ADLove/index.htm");
	menu.addSubItem("resourcesid", "Consultants", "Consultants",  "../consult.html");
	menu.addSubItem("resourcesid", "Consulting Ministries", "Consulting Ministries",  "../minres.html");
	menu.addSubItem("resourcesid", "Damascus Road Anti-Racism", "Damascus Road Anti-Racism",  "../damasc.html");
	menu.addSubItem("resourcesid", "Food, Faith, and Farming", "Food, Faith, and Farming", "../FFFI/index.htm");
	menu.addSubItem("resourcesid", "Leadership Development", "Leadership Development",  "../leaddev.html");
	menu.addSubItem("resourcesid", "Links", "Links",  "../links.html");
	menu.addSubItem("resourcesid", "Living Springs", "Living Springs",  "../LivingSprings/index.htm");
	menu.addSubItem("resourcesid", "Mediation", "Mediation",  "../Mediation/index.htm");
	menu.addSubItem("resourcesid", "Peace & Justice", "Peace & Justice",  "../pandj.html");
	menu.addSubItem("resourcesid", "Prayer Room", "Prayer Room",  "http://www.fmc-online.org/Resources/prayer.html");
	menu.addSubItem("resourcesid", "Resource Center", "Resource Center",  "http://www.fmc-online.org/Resources/resource.html");
	menu.addSubItem("resourcesid", "The Compass", "The Compass",  "../thecompass.html");
	menu.addSubItem("resourcesid", "Youth Workers", "Youth Workers",  "http://www.fmc-online.org/YouthMin/index.htm");

	menu.addSubItem("helpfulid", "Bulletin Board", "Bulletin Board",  "http://www.fmc-online.org/Resources/bulletin.html");
	menu.addSubItem("helpfulid", "Enrichment Experiences", "Enrichment Experiences",  "http://www.fmc-online.org/Resources/retreat.html");
	menu.addSubItem("helpfulid", "Ministry Organizations", "Ministry Organizations",  "http://www.fmc-online.org/FMC/organizations.html");
	menu.addSubItem("helpfulid", "Site Map", "Site Map",  "../sitemap.html");
	menu.addSubItem("helpfulid", "What's Happening?", "What's Happening?", "http://www.fmc-online.org/Resources/whathap.html");

	menu.addSubItem("miscid", "MAMA Project", "MAMA Project",  "http://www.fmc-online.org/MAMA/index.htm");
	menu.addSubItem("miscid", "The Worm Project", "The Worm Project",  "http://www.fmc-online.org/WormProject/index.htm");

	menu.showMenu();
}
