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", "Mission, Vision, Values", "Mission,Vision, Values", "mission2005.pdf");
	menu.addSubItem("aboutid", "Organization Chart", "Organization Chart",  "orgchart2008.pdf");
	menu.addSubItem("aboutid", "Board of Directors", "Board of Directors",  "board.html");
	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 Personal Care Home", "Sunnywood Personal Care Home",  "facilities.html#sunnywood");
    menu.addSubItem("sitesid", "Whitemouth District Health Centre", "Whitemouth District Health Centre",  "facilities.html#whitemouth");

    menu.addSubItem("servicesid", "Directory", "Directory",  "sdnov2002.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", "Workplace Safety<BR> and Health", "Workplace Safety and Health",  "services.html#wsandh");
	
     menu.addSubItem("publicationsid", "Strategic Plan <br>2006-2011  ", "Strategic Plan 2006-2011",  "strategicplan2009.pdf");     
	menu.addSubItem("publicationsid", "Annual Reports", "Annual Reports",  "annualreport.html");
	menu.addSubItem("publicationsid", "Board Minutes", "Board Minutes",  "boardminutes.html");
	menu.addSubItem("publicationsid", "Community Health Assessment 2008-2009", "Community Health Assessment 2008-2009",  "precha.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("calendarid", "2010 Calendar", "2010 Calendar", "hp2010.pdf");	menu.addSubItem("calendarid", "2010 Mental Health<br> Promotion/Education <br>Calendar", "2010 Mental Health Calendar", "hp2010mh.pdf");
	menu.addSubItem("calendarid", "2010 Breast<br>Screening Clinics", "2010 Breast Screening Clinics", "breastscreening.html");
	menu.addSubItem("healthcornerid", "H1N1 Flu Updates", "H1N1 Updates",  "http://www.gov.mb.ca/flu/index.html"); 
	menu.addSubItem("calendarid", "Ongoing Sessions", "Ongoing Sessions",  "events.html");	
	menu.addSubItem("calendarid", "Pandemic Planning Initiative", "Pandemic Planning",  "pandemic.pdf");
	menu.addSubItem("calendarid", "Prenatal Classes", "Prenatal Classes",  "prenatalinfo.pdf");
	menu.addSubItem("calendarid", "2010 Smoking Cessation", "2010 Smoking Cessation",  "2010smokingcessation.pdf");
    menu.addSubItem("calendarid", "2010 What's Up in<br> Wellness Promotion?", "What's Up in Wellness Promotion?",  "hpbulletin2010.pdf");
	menu.addSubItem("calendarid", "Winnipeg River District Program", "Wpg. River District Program",  "2010WpgRiver.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", "Smoker's Helpline", "Smoker's Helpline",  "http://www.smokershelpline.ca/"); 
	menu.addSubItem("healthcornerid", "Wellness Tips 2010", "Wellness Tips 2010",  "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();
}
