/* BEGIN DO NOT EDIT SECTION */
createMenuTop();

// NOTE: Menus can go 5 levels deep.
//
// Examples:
// leftnav[0] = { text:'Link Text', url:'/path/to/link/'};
//     leftnav[0][0] = { text:'Link Text', url:'/path/to/link/'};
//         leftnav[0][0][0] = { text:'Link Text', url:'/path/to/link/'};
//
var leftnav = new Array();
/* END DO NOT EDIT SECTION */

leftnav[0] = {text:'Division Home', url:'/medicine/hematology/'};
leftnav[1] = {text:'About Us', url:'/medicine/hematology/about/'};
	leftnav[1][0] = { text:'Overview', url:'/medicine/hematology/about/overview.html'};
	leftnav[1][1] = { text:'History', url:'/medicine/hematology/about/history.html'};
	leftnav[1][2] = { text:'Milestones', url:'/medicine/hematology/about/milestones.html'};
	leftnav[1][3] = { text:'Letter from the Director', url:'/medicine/hematology/about/letters.html'};
	leftnav[1][4] = { text:'Members of the Division', url:'/medicine/hematology/about/members.html'};
	

leftnav[2] = {text:'Patient Care', url:'/medicine/hematology/patient/'};
	leftnav[2][0] = { text:'Conditions We Treat', url:'/medicine/hematology/patient/conditions/'};
//	leftnav[2][0][0] = { text:'About Your Condition', url:'/medicine/hematology/patient/conditions/article.html'};
	leftnav[2][1] = { text:'Clinical Services/Treatments', url:'/medicine/hematology/patient/treatments.html'};
	leftnav[2][2] = { text:'Find a Doctor', url:'http://findadoc.med.nyu.edu/'};
	leftnav[2][3] = { text:'Physician Referral', url:'/medicine/hematology/patient/referral.html'};
	leftnav[2][4] = { text:'Schedule an Appointment', url:'/medicine/hematology/patient/schedule.html'};
	leftnav[2][5] = { text:'Insurance Information', url:'/medicine/hematology/patient/insurance.html'};
	leftnav[2][6] = { text:'NYU Hospitals &amp; Affiliates', url:'/medicine/hematology/patient/hospitals/'};
		leftnav[2][6][0]= { text:'Tisch Hospital', url:'/medicine/hematology/patient/hospitals/tisch.html'};
//		leftnav[2][6][1]= { text:'NYU Hospital for Joint Diseases', url:'/medicine/rheumatology/patient/hospitals/hjd.html'};
//		leftnav[2][6][2]= { text:'Lenox Hill Hospital', url:'/medicine/rheumatology/patient/hospitals/lenox.html'};
//		leftnav[2][6][3]= { text:'North Shore University Hospital', url:'/medicine/rheumatology/patient/hospitals/nsuh.html'};
leftnav[2][6][1]= { text:'NYU Cancer Institute', url:'/medicine/hematology/patient/hospitals/nyuci.html'};
		leftnav[2][6][2]= { text:'Bellevue Hospital Center', url:'/medicine/hematology/patient/hospitals/bellevue.html'};
//		leftnav[2][6][5]= { text:'Gouverneur Healthcare Services', url:'/medicine/rheumatology/patient/hospitals/gouverneur.html'};
//		leftnav[2][6][6]= { text:'Veterans Affairs Hospital', url:'/medicine/rheumatology/patient/hospitals/va.html'};
leftnav[3] = {text:'Research', url:'/medicine/hematology/research/'};
	leftnav[3][0] = { text:'Overview', url:'/medicine/hematology/research/overview.html'};
	leftnav[3][1] = { text:'Current Investigations', url:'/medicine/hematology/research/current.html'};
	leftnav[3][2] = { text:'Grants and Funding', url:'/medicine/hematology/research/grants.html'};
	leftnav[3][3] = { text:'Accomplishments and Awards', url:'/medicine/hematology/research/awards.html'};
	leftnav[3][4] = { text:'Publications', url:'/medicine/hematology/research/publications.html'};

	

leftnav[4] = {text:'Education', url:'/medicine/hematology/education/'};
	leftnav[4][0] = { text:'Undergraduate Teaching', url:'/medicine/hematology/education/undergrad.html'};
	leftnav[4][1] = { text:'Fellowships', url:'/medicine/hematology/education/fellowship/'};
		leftnav[4][1][0] = { text:'Program Information', url:'/medicine/hematology/education/fellowship/fellowships.html'};
		leftnav[4][1][1]= { text:'Application', url:'/medicine/hematology/education/fellowship/application.html'};
	leftnav[4][2] = { text:'Faculty', url:'/medicine/hematology/education/faculty.html'};
	leftnav[4][3] = { text:'Hematology/Oncology Research Seminars', url:'/medicine/hematology/education/grandrounds.html'};
	leftnav[4][4] = { text:'Lectures', url:'/medicine/hematology/education/lectures.html'};
	leftnav[4][5] = { text:'Seminars and Conferences', url:'/medicine/hematology/education/conferences.html'};
	

leftnav[5] = {text:'Contact', url:'/medicine/hematology/contact/'};
	leftnav[5][0] = {text:'Important Numbers', url:'/medicine/hematology/contact/numbers.html'};
	leftnav[5][1] = {text:'Maps and Directions', url:'/medicine/hematology/contact/directions.html'};
	leftnav[5][2] = {text:'Parking', url:'/medicine/hematology/contact/parking.html'};
	leftnav[5][3] = {text:'Site Map', url:'/medicine/hematology/contact/sitemap.html'};


/* BEGIN DO NOT EDIT SECTION */
leftnavBuild( leftnav );
createMenuEnd();
/* END DO NOT EDIT SECTION */
