function showToolbar()
{
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location);

	menu = new Menu();
	menu.addItem("aboutid", "NEHA", "NEHA",null, null);
	menu.addItem("calendarid", "Calendar of Events", "Calendar of Events",  null, null);
	menu.addItem("careerid", "Career Opportunities", "Career Opportunites","careers.php", null);
	menu.addItem("sitesid", "Facilities", "Facilities",  null, null);
	menu.addItem("servicesid", "Programs & Services", "Programs &Services", null, null);
	menu.addItem("publicationsid", "Publications & Resources", "Publications & Resources",  null, null);
	menu.addItem("healthcornerid", "Health Corner", "Health Corner",  null, null);	
	menu.addSubItem("aboutid", "About Neha", "About Neha",  "about.html");
    menu.addSubItem("aboutid", "Values, Vision, Mission", "Values, Vision, Mission", "VVM2010.pdf");
	menu.addSubItem("aboutid", "Organization Chart", "Organization Chart",  "orgchart2011.pdf");
	menu.addSubItem("aboutid", "Board of Directors", "Board of Directors",  "board.html");
	menu.addSubItem("aboutid", "Board of Directors<br>Call for Nominations", "Board of Directors Call for Nomination",  "boardnom.pdf");
	menu.addSubItem("aboutid", "District Health Advisory Council", "District Health Advisory Council",  "advisory.html");
    menu.addSubItem("aboutid", "Regional Management Team", "Regional Management Team",  "management.html");
	menu.addSubItem("aboutid", "Regional Map", "Regional Map","regionalmap.html");    menu.addSubItem("aboutid", "Links", "Links",  "links.html");
	menu.addSubItem("aboutid", "What's New", "What's New",  "whatsnew.html");
    menu.addSubItem("aboutid", "Contact Us", "Contact Us",  "contact.html");
    menu.addSubItem("aboutid", "NEHA Home", "NEHA Home", "index.html");

	menu.addSubItem("careerid", "Career Opportunities","http://www.neha.mb.ca/careers.php");
           
     menu.addSubItem("sitesid", "Facilities", "Facilities",  "facilities.html");
     menu.addSubItem("sitesid", "Regional Facilities", "Regional Facilities",  "facilities.pdf");
    menu.addSubItem("sitesid", "Beausejour Health Centre", "Beausejour Health Centre",  "facilities.html#Beausejour");
    menu.addSubItem("sitesid", "East-Gate Lodge PCH", "East-Gate Lodge PCH",  "facilities.html#Eastgate");
    menu.addSubItem("sitesid", "Kin Place Health Complex", "Kin Place Health Complex",  "facilities.html#kinpl");
    menu.addSubItem("sitesid", "Kin Place Primary Health Care Centre", "Kin Place Health Care Centre",  "facilities.html#kinplphc");
    menu.addSubItem("sitesid", "Lac du Bonnet District Health Centre", "Lac du Bonnet Health Centre", "facilities.html#ldbhc");
    menu.addSubItem("sitesid", "Lac du Bonnet Personal Care Home", "Lac du Bonnet Personal Care Home",  "facilities.html#ldbpch");    
	menu.addSubItem("sitesid", "Pinawa Hospital", "Pinawa Hospital",  "facilities.html#pinawa");
    menu.addSubItem("sitesid", "Pine Falls Health Complex", "Pine Falls Health Complex",  "facilities.html#pinefalls");
    menu.addSubItem("sitesid", "Sunnywood Manor Personal Care Home", "Sunnywood  Manor Personal Care Home",  "facilities.html#sunnywood");
    menu.addSubItem("sitesid", "Whitemouth District Health Centre", "Whitemouth District Health Centre",  "facilities.html#whitemouth");

    menu.addSubItem("servicesid", "District Health Services", "District Health Services",  "dhealthservices2011.pdf");
	menu.addSubItem("servicesid", "Physicians/NPs", "Physicians/NPs",  "physiciansnp.pdf");
	menu.addSubItem("servicesid", "Regional Contacts", "Regional Contacts",  "contacts.html");	
	 menu.addSubItem("servicesid", "Introduction", "Introduction",  "services.html#services and programs");
     menu.addSubItem("servicesid", "Aboriginal Workforce Strategy", "Aboriginal Workforce Strategy",  "aboriginalindex.html");	
     menu.addSubItem("servicesid", "Acute Care", "Acute Care",  "services.html#acute care");
	menu.addSubItem("servicesid", "Adult Day Program", "Adult Day Program",  "services.html#adult day programs");
	menu.addSubItem("servicesid", "Diabetes Education", "Diabetese Education",  "services.html#diabetes education resource");
	menu.addSubItem("servicesid", "Diagnostic Services", "Diagnostic Services",  "services.html#diagnostic services");
	menu.addSubItem("servicesid", "Emergency Medical Services", "Emergency Medical Services",  "services.html#ems");
	menu.addSubItem("servicesid", "Home Care", "Home Care",  "services.html#home care");
	menu.addSubItem("servicesid", "Long Term Care", "Long Term Care",  "services.html#long term care");
	menu.addSubItem("servicesid", "Mental Health", "Mental Health",  "services.html#mental health");
	menu.addSubItem("servicesid", "Palliative Care", "Palliative Care",  "services.html#palliative care");
	menu.addSubItem("servicesid", "Primary Health Care", "Primary Health Care",  "services.html#primary health care");
	menu.addSubItem("servicesid", "Public Health", "Public Health",  "services.html#public health");
	menu.addSubItem("servicesid", "Seniors", "Seniors",  "services.html#seniors");
	menu.addSubItem("servicesid", "Spiritual Care", "Spiritual Care",  "services.html#spiritual care");
	menu.addSubItem("servicesid", "Telehealth", "Telehealth",  "services.html#telehealth");
	menu.addSubItem("servicesid", "Teen Links", "Teen Links",  "http://www.teenlinksclinic.webs.com");
     menu.addSubItem("servicesid", "Travel Health Program", "Travel Health Program",  "services.html#travelhealth");
 	menu.addSubItem("servicesid", "Volunteer Program", "Volunteer Program",  "volunteerprogrambrochure.pdf");
	 menu.addSubItem("servicesid", "Workplace Safety<BR> and Health", "Workplace Safety and Health",  "services.html#wsandh");
	
     menu.addSubItem("publicationsid", "Strategic Plan <br>2011-2016  ", "Strategic Plan 2011-2016",  "strategicplan2011.pdf");     
	menu.addSubItem("publicationsid", "Annual Reports", "Annual Reports",  "annualreport.html");
	menu.addSubItem("publicationsid", "Audited Financial Statements", "Audited Financial Statements",  "2011AuditedFinancialStatements.pdf");
	menu.addSubItem("publicationsid", "Board Minutes", "Board Minutes",  "boardminutes.html");
	menu.addSubItem("publicationsid", "Community Health Assessment 2008-2009", "Community Health Assessment 2008-2009",  "cha.html");
	menu.addSubItem("publicationsid", "Community Health Assessment 2003-2004", "Community Health Assessment 2003-2004",  "chaindex.html");
	menu.addSubItem("publicationsid", "Newsletters", "Newsletters",  "newsletters.html");	   
	menu.addSubItem("publicationsid", "Releasing Time to Care", "Releasing Time to Care",  "RTC.html");	   
       
	menu.addSubItem("calendarid", "2012 Calendar", "2012 Calendar", "hp2012.pdf");	menu.addSubItem("calendarid", "2012 Blood Donor Clinics", "2012 Blood Donor Clinics", "2012 Blood Donor Clinics.pdf");
	menu.addSubItem("calendarid", "2012 Breast<br>Screening Clinics", "2011-2012 Breast Screening Clinics", "breastscreening.html");
	menu.addSubItem("calendarid", "2012 Healthy Baby Drop-In Calendar", "2011-12 Healthy Baby Drop-In Calendar", "hb2011-12.pdf");
	menu.addSubItem("calendarid", "2012 Mental Health<br> Promotion/Education <br>Calendar", "2012 Mental Health Calendar", "hp2012mh.pdf");		
	menu.addSubItem("calendarid", "Pandemic Planning Initiative", "Pandemic Planning",  "pandemic.pdf");
	menu.addSubItem("calendarid", "Prenatal Classes", "Prenatal Classes",  "prenatalinfo.pdf");
	menu.addSubItem("calendarid", "2012 What's Up in<br> Wellness Promotion?", "What's Up in Wellness Promotion?",  "hpbulletin2012.pdf");
	
  	menu.addSubItem("healthcornerid", "Ask Your Primary Health Care Provider", "Ask Your Primary Health Care Provider",  "healthcorner.html");
	menu.addSubItem("healthcornerid", "Get Stress Fit", "Get Stress Fit",  "wellnesstips.html");
	menu.addSubItem("healthcornerid", "Healthy Smile<br>Happy Child", "Healthy Smile Happy Child",  "HSHCfacts.pdf");  
     menu.addSubItem("healthcornerid", "Health News", "Health News",  "http://www.gov.mb.ca/health/"); 	
     menu.addSubItem("healthcornerid", "Info Health Guide", "Info Health Guide",  "http://www.gov.mb.ca/health/guide/");
	menu.addSubItem("healthcornerid", "Mental Health Work-Life Balance Quiz", "Work-Life Balance Quiz",  "http://www.cmha.ca/bins/balance_page.asp?cid=2-1841-1842&lang=1");
	menu.addSubItem("healthcornerid", "More on Wellness", "More on Wellness",  "wellnesstips3.html"); 
	menu.addSubItem("healthcornerid", "Seasonal Influenza", "Seasonal Influenza",  "GettheShotAd2011.pdf"); 	
	menu.addSubItem("healthcornerid", "Smoker's Helpline", "Smoker's Helpline",  "http://www.smokershelpline.ca/"); 
	menu.addSubItem("healthcornerid", "Wellness Tips", "Wellness Tips",  "wellness2010.pdf");
	menu.addSubItem("healthcornerid", "Wellness Facilitators", "Wellness Facilitators",  "wellnessfacilitators.html"); 
	menu.addSubItem("healthcornerid", "West Nile Virus", "West Nile Virus",  "http://www.gov.mb.ca/health/wnv/"); 
	menu.addSubItem("healthcornerid", "Winter Safety", "Winter Safety",  "winter.html"); 


menu.showMenu();
}

