createMenuTop();
var leftnav = new Array();
      leftnav[0] = {text:'NYU HJD Website', url:'/hjd/index.html'};
      leftnav[1] = {text:'About Us', url:'/hjd/about_us/'};
         leftnav[1][0] = {text:'Our Mission', url:'/hjd/about_us/mission.html'};
         leftnav[1][1] = {text:'Visiting', url:'/hjd/about_us/visiting.html'};
         leftnav[1][2] = {text:'History', url:'/hjd/about_us/history.html'};
         leftnav[1][3] = {text:'Executive Administration', url:'/hjd/about_us/execadmin.html'};
         leftnav[1][4] = {text:'Accreditations and Memberships', url:'/hjd/about_us/accredsmemberships.html'};
         leftnav[1][5] = {text:'How You Can Help', url:'/hjd/about_us/help/'};
		   leftnav[1][5][0]= {text:'Donate', url:'/hjd/about_us/help/donate.html'};
		   leftnav[1][5][1] = {text:'Volunteer', url:'/hjd/about_us/help/volunteer.html'};
		   leftnav[1][5][2] = {text:'FAQs', url:'/hjd/about_us/help/faq.html'};
		   leftnav[1][5][3] = {text:'Contact', url:'/hjd/about_us/help/contact.html'};
         leftnav[1][6] = {text:'Advisory Board', url:'/hjd/about_us/advisoryboard.html'};
         leftnav[1][7] = {text:'Press', url:'/hjd/about_us/press.html'};
      leftnav[2] = {text:'Patient Services', url:'/hjd/patient_services/'};
         leftnav[2][0] = {text:'Conditions We<br />Treat', url:'/hjd/patient_services/conditions_treated/'};
         leftnav[2][1] = {text:'Programs and<br />Services', url:'/hjd/patient_services/programs_services/'};
         leftnav[2][2] = {text:'Infection Prevention', url:'/hjd/patient_services/infection_prevention/'};	
		 leftnav[2][3] = {text:'Guest Services', url:'/hjd/patient_services/guest_services/'};	
      leftnav[3] = {text:'Nursing', url:'/hjd/specialty_areas/nursing/'};
         leftnav[3][0] = {text:'Nursing Specialties', url:'/hjd/specialty_areas/nursing/specialties.html'};
         leftnav[3][1] = {text:'Professional Development/Nursing Education', url:'/hjd/specialty_areas/nursing/development.html'};
         leftnav[3][2] = {text:'Career Opportunities', url:'/hjd/specialty_areas/nursing/opportunities.html'};
		 leftnav[3][3] = {text:'News/Publications', url:'/hjd/specialty_areas/nursing/news.html'};
		 leftnav[3][4] = {text:'Contact Information', url:'/hjd/specialty_areas/nursing/contact.html'};
		 leftnav[3][5] = {text:'Helpful Links', url:'/hjd/specialty_areas/nursing/links.html'};
      leftnav[4] = {text:'Announcements and News', url:'/hjd/announcements_news/'};
         leftnav[4][0] = {text:'Letter from David Dibner', url:'/hjd/announcements_news/letter.html'};
         leftnav[4][1] = {text:'Current News', url:'/hjd/announcements_news/currentnews.html'};
         leftnav[4][2] = {text:'Brochures', url:'/hjd/announcements_news/brochures.html'};
      leftnav[5] = {text:'Contact Us', url:'/hjd/contact_us/'};
         leftnav[5][0] = {text:'Find a Physician online tool', url:'http://www.nyumc.org/findadoc/'};
         leftnav[5][1] = {text:'Physician Referral Service', url:'/hjd/contact_us/physician_referral.html'};
         leftnav[5][2] = {text:'Important Phone Numbers', url:'/hjd/contact_us/phonenumbers.html'};
         leftnav[5][3] = {text:'Location and<br />Directions', url:'/hjd/contact_us/findus.html'};
	leftnav[6] = {text:'Brain Injury Program', url:'/hjd/patient_services/programs_services/bip/'};
         leftnav[6][0] = {text:'Brain Injury Program Overview', url:'/hjd/patient_services/programs_services/bip/index.html'};
		 leftnav[6][1] = {text:'Rehabilitation Therapies', url:'/hjd/patient_services/programs_services/bip/therapies.html'};
         leftnav[6][2] = {text:'The Team', url:'/hjd/patient_services/programs_services/bip/team.html'};
		 leftnav[6][3] = {text:'Referral Information', url:'/hjd/patient_services/programs_services/bip/referral.html'};
         leftnav[6][4] = {text:'2008 Outcomes Management Report Highlights', url:'/hjd/patient_services/programs_services/bip/management.html'};
         leftnav[6][5] = {text:'Brain Injury Program Terms and Definitions', url:'/hjd/patient_services/programs_services/bip/definitions.html'};
leftnavBuild( leftnav );
createMenuEnd();

 
