/* DO NOT EDIT DIRECTLY BELOW */

createMenuTop();

// IMPORTANT:

//	- Menus MUST include the top level (but it is not displayed).

// 	- Menus can go 3 levels deep (including top level).

//	- See Tyler Bittner <tyler@med.nyu.edu> for questions.

//

// 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();

/* DO NOT EDIT ABOVE */

leftnav[0] = {text:'Home', url:'/pmr/'};
leftnav[1] = {text:'About the Program', url:'/pmr/about_the_program/'};
	leftnav[1][0] = {text:'Our Vision', url:'/pmr/about_the_program/our_vision.html'};
	leftnav[1][1] = {text:'Schedules', url:'/pmr/about_the_program/schedules.html'};
	leftnav[1][2] = {text:'Salary', url:'/pmr/about_the_program/salary.html'};
	leftnav[1][3] = {text:'Benefits', url:'/pmr/about_the_program/benefits.html'};
	leftnav[1][4] = {text:'Resident Life', url:'/pmr/about_the_program/resident_life.html'};
	leftnav[1][5] = {text:'Alumni', url:'/pmr/about_the_program/alumni.html'};
	
leftnav[2] = {text:'Education', url:'/pmr/education/'};
	leftnav[2][0] = {text:'Resident Lecture Series', url:'/pmr/education/resident_lectures.html'};
	leftnav[2][1] = {text:'Grand Rounds', url:'/pmr/education/grand_rounds.html'};
	leftnav[2][2] = {text:'Journal Club', url:'/pmr/education/journal_club.html'};
	leftnav[2][3] = {text:'EMG Conference', url:'/pmr/education/emg.html'};
	leftnav[2][4] = {text:'Post-Rounds Discussion', url:'/pmr/education/post-rounds.html'};
	leftnav[2][5] = {text:'Radiology Conference', url:'/pmr/education/radiology.html'};
	leftnav[2][6] = {text:'Sports Medicine Conference', url:'/pmr/education/sports_med.html'};
	leftnav[2][7] = {text:'GU Rounds', url:'/pmr/education/gu.html'};
	leftnav[2][8] = {text:'MDA Clinic', url:'/pmr/education/mda.html'};
	leftnav[2][9] = {text:'Spasticity Clinic', url:'/pmr/education/spasticity.html'};
	leftnav[2][10] = {text:'Disability Curriculum', url:'/pmr/education/disability.html'};
	

leftnav[3] = {text:'Clinical Sites', url:'/pmr/clinical_sites/'};
	leftnav[3][0] = {text:'Rusk Institute of Rehabilitation Medicine', url:'/pmr/clinical_sites/rusk.html'};
	leftnav[3][1] = {text:'Bellevue Hospital Center', url:'/pmr/clinical_sites/bellevue.html'};
	leftnav[3][2] = {text:'Hospital for Joint Diseases', url:'/pmr/clinical_sites/hjd.html'};
	leftnav[3][3] = {text:'Manhattan VA', url:'/pmr/clinical_sites/manhattan_va.html'};
	leftnav[3][4] = {text:'Brooklyn VA', url:'/pmr/clinical_sites/brooklyn_va.html'};
	
leftnav[4] = {text:'Faculty & Staff', url:'/pmr/faculty/'};
	leftnav[4][0] = {text:'Chairman', url:'/pmr/faculty/chairman.html'};
	leftnav[4][1] = {text:'Program Director', url:'/pmr/faculty/program_director.html'};
	leftnav[4][2] = {text:'Faculty', url:'/pmr/faculty/faculty.html'};
	leftnav[4][3] = {text:'Chief Residents', url:'/pmr/faculty/chief_residents.html'};
	leftnav[4][4] = {text:'House Staff', url:'/pmr/faculty/house_staff.html'};
	leftnav[4][5] = {text:'Research Faculty', url:'/pmr/faculty/research_faculty.html'};
	
leftnav[5] = {text:'Leadership', url:'/pmr/leadership/'};
	leftnav[5][0] = {text:'National Leadership', url:'/pmr/leadership/national.html'};
	leftnav[5][1] = {text:'Institutional Leadership', url:'/pmr/leadership/institutional.html'};
	leftnav[5][2] = {text:'Program Leadership', url:'/pmr/leadership/program.html'};
	
leftnav[6] = {text:'Research', url:'/pmr/research/'};
	leftnav[6][0] = {text:'Areas of Research', url:'/pmr/research/areas_of_research.html'};
	leftnav[6][1] = {text:'Director of Research', url:'/pmr/research/research_coordinator.html'};
	leftnav[6][2] = {text:'Annual Meetings', url:'/pmr/research/annual_meetings.html'};

	
		
/* DO NOT EDIT BELOW */

leftnavBuild( leftnav );

createMenuEnd();

/* DO NOT EDIT DIRECTLY ABOVE */

				
		
		


	

