function showToolbar()
{
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location);

	menu = new Menu();
	menu.addItem("rlsid", "Ringlink Scotland", "Ringlink Scotland",  null, null);
	menu.addItem("rls2id", "Rings - The Concept", "What is a Machinery Ring",  null, null);
	menu.addItem("trainingid", "Training", "Training", "./rltraining.htm", null);
	menu.addItem("labourid", "Labour", "Labour", "./rllabour.htm", null);
	menu.addItem("clid", "Contacts", "Contacts & Links",  null, null);
	menu.addItem("linksid", "Links", "Links",  null, null);
	menu.addItem("maslid", "Mearns & Angus Services", "Mearns & Angus Services Ltd. Homepage", "./rltraining.htm", null);

	menu.addSubItem("rlsid", "Homepage", "Homepage",  "./rlhomenew.htm");
	menu.addSubItem("rlsid", "Services Offered", "Services Offered", "./services.htm");
	menu.addSubItem("rlsid", "Request a Service", "Request a Service",  "./srf.htm");
	menu.addSubItem("rlsid", "Work Schedule", "Work Schedule",  "http://www.ringlinkworkschedule.co.uk/jobschedule.asp");
	menu.addSubItem("rlsid", "Bank Mandate", "Bank Mandate", "./bank_mandate.htm");
	menu.addSubItem("rlsid", "Sales & Wants", "Sales & Wants",  "saleswants.htm");
	menu.addSubItem("rlsid", "newsletter", "newsletter",  "newsletter.htm");


	menu.addSubItem("rls2id", "The Ring Concept", "The Ring Concept",  "./concept.htm");
	menu.addSubItem("rls2id", "Method of Operation", "Method of Operation", "./metofop.htm");
	menu.addSubItem("rls2id", "How to Join", "How to Join",  "./how_to_join.htm");

	menu.addSubItem("maslid", "MASL Homepage", "MASL Homepage",  "http://www.mearnsandangus.com");
	
//	menu.addSubItem("trainingid", "Training", "Training",  "./rltraining.htm");
	
//	menu.addSubItem("labourid", "Labour", "Labour",  "./rllabour.htm");
	
	menu.addSubItem("clid", "Laurencekirk", "Staff at Laurencekirk",  "./Laurencekirk.htm");
	menu.addSubItem("clid", "Elgin", "Staff at Elgin",  "./Elgin.htm");
	menu.addSubItem("clid", "Ardler", "Staff atArdler",  "./Ardler.htm");
	menu.addSubItem("clid", "Oldmeldrum", "Staff atOldmeldrum",  "./oldmeldrum.htm");

	menu.addSubItem("linksid", "Weather Links", "Weather Links",  "./weather_links.htm");
	menu.addSubItem("linksid", "Other Rings", "Other Rings",  "./Other_Rings.htm");
	menu.addSubItem("linksid", "Commercial Sites", "Commercial Sites",  "./commercial_sites.htm");
	menu.showMenu();
}