function showToolbar()
{
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location);

	menu = new Menu();
	menu.addItem("indexid", "Home", "Home", "aboutus.html", null);
	menu.addItem("frenid", "français", "français", "aboutusf.html", null);
	menu.addItem("webmasterid", "About us", "About Us!", null, null);
	menu.addItem("jobid", "Careers", "Careers", null, null);
	menu.addItem("developeid", "Giving", "Fundraising", null, null);
	menu.addItem("newsid", "News", "News",  null, null);
	menu.addItem("professid", "Healthcare Professionals", "Healthcare Professionals", null, null);
	menu.addItem("freedownloadid", "Departments/Services", "Departments/Services", null, null);
	menu.addItem("patientid", "Patients & Visitors", "Patients & Visitors", null, null);
	menu.addItem("miscid", "Contact Us", "Contact Us",  null, null);
	
	menu.addSubItem("webmasterid", "Accessibility Plan", "Accessiblity Plan", "accessibility.html");
	menu.addSubItem("webmasterid", "Board of Directors & Administration", "Board of Directors & Administration", "board.html");
	menu.addSubItem("webmasterid", "Hospital Service Accountability Agreement", "2008-10", "hsaa2009.pdf");
	menu.addSubItem("webmasterid", "Multi-Sectoral Accountability Agreement", "2009", "msaa200904.pdf");
	menu.addSubItem("webmasterid", "Facts & Stats", "Facts & Stats",  "2009AR 7.pdf");
	menu.addSubItem("webmasterid", "Mission, Philosophy & Values", "Hotel Dieu - House of God",  "mission.html");
	menu.addSubItem("webmasterid", "the way we care", "the way we care", "the way we care 2009.pdf");
	menu.addSubItem("webmasterid", "Strategic Plan", "Strategic Plan", "strategic planning Dec 06.pdf");
	menu.addSubItem("webmasterid", "Useful Links", "Links",  "links.html");
	menu.addSubItem("webmasterid", "Volunteer Services", "Volunteer Services", "vsmain.html");
	
	menu.addSubItem("developeid", "To make a donation", "Give Now",  "http://www.uhkf.ca");	

	menu.addSubItem("jobid", "Careers", "Careers at HDH", "jobs.html");
	menu.addSubItem("jobid", "Open Postings", "Careers at HDH", "jobs.html");
	menu.addSubItem("jobid", "WorkPerks", "Employee Discounts", "hrworkperks.html");
												
	menu.addSubItem("newsid", "Annual Report", "Joint Annual Report",  "http://www.kingstonhospitals.ca/pdf/Joint%20Report%2009.pdf");
	menu.addSubItem("newsid", "News Releases", "News Release",  "2010news.html");
	menu.addSubItem("newsid", "Update", "Newsletter online",  "update.html");
			
	menu.addSubItem("professid", "House Staff Manual", "HSM 2008-2009", "HouseStaffManual0809.pdf");
	menu.addSubItem("professid", "Physician Referrals", "Referrals", "http://www.kgh.on.ca/referrals");
	menu.addSubItem("professid", "Referral Forms", "Referral Forms", "referralforms.html");
	menu.addSubItem("professid", "Insider Medicine", "Insider Medicine", "http://www.insidermedicine.ca");
	menu.addSubItem("professid", "The Nursing Journal", "The Nursing Journal", "thenursingjournal.html");
		
	menu.addSubItem("freedownloadid", "Our Departments", "Our Departments", "departments.html");
	menu.addSubItem("freedownloadid", "Patient and Family Council", "Patient and Family Council", "patientandfamilycouncil.html");
	menu.addSubItem("freedownloadid", "Students' Art Gallery", "", "http://www.studentsartgallery.ca/");
	menu.addSubItem("freedownloadid", "The Waiting Room Gallery", "", "waitingroomgallery.html");
		
	menu.addSubItem("patientid", "Accessibility Plan", "Accessiblity Plan", "accessibility.html");
	menu.addSubItem("patientid", "Community Services & Outreach Programs", "Part of Your Community", "outreach.html");
	menu.addSubItem("patientid", "Location/Phone/Accommodations", "We are located at 166 Brock Street in the heart of downtown Kingston.",  "findus.html");	
	menu.addSubItem("patientid", "Our Departments", "Our Departments", "departments.html");
	menu.addSubItem("patientid", "French Language Service Designation", "French Language Service Designation", "frenchlangintro.html");
	menu.addSubItem("patientid", "Parking", "Parking", "parking.html");
	menu.addSubItem("patientid", "Patient Education", "Patient Education",  "ESmainpg.html");
	menu.addSubItem("patientid", "Patient Relations", "Compliments or Concerns", "patrep.html");
	menu.addSubItem("patientid", "Patient Records", "Patient Records", "patientrecords.html");
	menu.addSubItem("patientid", "Patient Safety", "Indicators and Tips", "patientsafety.html");
	menu.addSubItem("patientid", "Paediatrics Virtual Tour", "Paediatrics Virtual Tour", "http://www.kgh.on.ca/programs/pediatrics/KGH_tour/index.html");
	menu.addSubItem("patientid", "Privacy Commitment", "Our privacy commitment to our patients", "privacy.html");
	menu.addSubItem("patientid", "Scent-Free Policy", "We are a scent-free environment", "scentfree.html");
	menu.addSubItem("patientid", "Fact Sheets and Educational Material", " ", "ESmainpg.html");
	menu.addSubItem("patientid", "Telehealth Ontario", "1-866-797-000", "http://www.health.gov.on.ca/english/public/program/telehealth/telehealth_mn.html");
	menu.addSubItem("patientid", "Useful Links", "Links",  "links.html");	
	
	menu.addSubItem("miscid", "Compliments or Concerns", "Compliments or Concerns", "patrep.html");
	menu.addSubItem("miscid", "communiquer avec nous", "communiquer avec nous", "patrepbrof.pdf");
	menu.addSubItem("miscid", "Careers", "Careers", "mailto:resumes@hdh.kari.net");
	menu.addSubItem("miscid", "Development & Fundraising", "Development & Fundraising",  "mailto:cavej@hdh.kari.net");
	menu.addSubItem("miscid", "Directory", "Phone list", "phone.html");
	menu.addSubItem("miscid", "General inquiry", "General Inquiry", "mailto:holdenc@hdh.kari.net");
	menu.addSubItem("miscid", "Update Editor", "Update Editor",  "mailto:holdenc@hdh.kari.net");
	menu.addSubItem("miscid", "Webmaster", "Webmaster",  "mailto:holdenc@hdh.kari.net");

	menu.showMenu();
}