function showToolbar()
{
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location, linktarget);

	menu = new Menu();
	menu.addItem("home", "Home", "Home", "http://www.irishmidlandsancestry.com/index.html" , null);
	menu.addItem("famhistid", "Family History", "Family History",  null, null);
	menu.addItem("researchid", "Research", "Research",  null, null);
	menu.addItem("offalyid", "County Offaly", "Offaly",  null, null);
	menu.addItem("laoisid", "County Laois", "Laois",  null, null);
	menu.addItem("linksid", "Links", "Links",  null, null);
	menu.addItem("contactid", "Contact Details", "Contact Us",  "http://www.irishmidlandsancestry.com/content/contact/contact_details.htm" , null);
	menu.addItem("moneygall_id", "Moneygall", "Moneygall",  "http://www.irishmidlandsancestry.com/moneygall.html" , null);

	menu.addSubItem("famhistid", "Families", "Families",  "http://www.irishmidlandsancestry.com/content/family_history/families/families.htm", "");
	menu.addSubItem("famhistid", "Family Crests", "Family Crests",  "http://www.irishmidlandsancestry.com/content/family_history/crests/familycrests.htm", "");
	menu.addSubItem("famhistid", "Surnames", "Surnames",  "http://www.irishmidlandsancestry.com/content/family_history/surnames/surnames.htm", "");
	menu.addSubItem("famhistid", "Guides & Sources", "Guides & Sources",  "http://www.irishmidlandsancestry.com/content/family_history/guides_sources/guidesandsources.htm", "");
	
	menu.addSubItem("researchid", "Family History Report", "Report",  "http://www.irishmidlandsancestry.com/content/research/report/report_intro.htm", "");
	// menu.addSubItem("researchid", "Research Form", "Research Form",  "http://www.irishmidlandsancestry.com/content/research/assessment_form.php", "");
	menu.addSubItem("researchid", "Research Form", "IMA Research Ancestors Application Form",  "http://www.irishmidlandsancestry.com/download_form.php?f=IMA Application form_distributed.pdf", "");
	menu.addSubItem("researchid", "Research Centres", "Offaly Heritage",  "http://www.irishmidlandsancestry.com/content/links/famhistcent.htm", "");
	menu.addSubItem("researchid", "Resources", "Resources",  "http://www.irishmidlandsancestry.com/content/family_history/guides_sources/guidesandsources.htm", "");
	menu.addSubItem("researchid", "Research Fees", "Research Fees",  "http://www.irishmidlandsancestry.com/content/research/fees.htm", "");
	
	menu.addSubItem("offalyid", "A-Z of Offaly", "A-Z of Offaly",  "http://www.irishmidlandsancestry.com/content/offaly/a-z/offaly_king's.htm", "");
	menu.addSubItem("offalyid", "Community History", "Community History",  "http://www.irishmidlandsancestry.com/content/offaly/community/offaly_community_history.htm", "");
	menu.addSubItem("offalyid", "Famous People", "Famous People",  "http://www.irishmidlandsancestry.com/content/offaly/people/famous_people_offaly.htm", "");
	menu.addSubItem("offalyid", "Photographs", "Photographs",  "http://www.irishmidlandsancestry.com/content/offaly/photos/offaly_photographs.htm", "");
	menu.addSubItem("offalyid", "Offaly Maps", "Maps",  "http://www.irishmidlandsancestry.com/content/offaly/maps/offaly_maps.htm", "");
	menu.addSubItem("offalyid", "Town Crests", "Town Crests",  "http://www.irishmidlandsancestry.com/content/offaly/town_crests/town_crests.htm", "");
	menu.addSubItem("offalyid", "19th Century Offaly", "19th Century Offaly",  "http://www.irishmidlandsancestry.com/content/offaly/offaly_82.htm", "");
	
	menu.addSubItem("laoisid", "A-Z of Laois", "A-Z of Laois",  "http://www.irishmidlandsancestry.com/content/laois/a-z/laoisa-z_intro.htm", "");
	menu.addSubItem("laoisid", "Community History", "Community History",  "http://www.irishmidlandsancestry.com/content/laois/community/laois_comm_history.htm", "");
	menu.addSubItem("laoisid", "Famous People", "Famous People", "http://www.irishmidlandsancestry.com/content/laois/people/laois_famous.htm", "");
	menu.addSubItem("laoisid", "Photographs", "Photographs", "http://www.irishmidlandsancestry.com/content/laois/photos/laois_photographs.htm", "");
	menu.addSubItem("laoisid", "Laois Maps", "Laois Maps", "http://www.irishmidlandsancestry.com/content/laois/maps/laois_maps.htm", "");
	menu.addSubItem("laoisid", "19th Century Laois", "19th Century Laois",  "http://www.irishmidlandsancestry.com/content/laois/laois_82.htm", "");
	
	menu.addSubItem("linksid", "Research Centres", "Research Centres",  "http://www.irishmidlandsancestry.com/content/links/famhistcent.htm", "");
	menu.addSubItem("linksid", "Family Sites", "Family Sites",  "http://www.irishmidlandsancestry.com/content/links/family_links.htm", "");
	menu.addSubItem("linksid", "Local", "Local",  "http://www.irishmidlandsancestry.com/content/links/.htm", "");
	menu.addSubItem("linksid", "National", "National",  "http://www.irishmidlandsancestry.com/content/links/.htm", "");
	menu.addSubItem("linksid", "International", "International",  "http://www.irishmidlandsancestry.com/content/links/international.htm", "");
	menu.addSubItem("linksid", "Tourist Amenities", "Amenities",  "http://www.irishmidlandsancestry.com/content/links/tourism.htm", "");
		
	menu.showMenu();
}
