/* 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:'Dept. Home', url:'/medicine/gastro/'};

leftnav[1] = {text:'About Us', url:'/medicine/gastro/aboutus/'};
	leftnav[1][0] = { text:'Overview', url:'/medicine/gastro/aboutus/overview.html'};
	leftnav[1][1] = { text:'History', url:'/medicine/gastro/aboutus/history.html'};
		leftnav[1][2] = { text:'Letter from the Director', url:'/medicine/gastro/aboutus/letter.html'};
	leftnav[1][3] = { text:'Members of the Division', url:'/medicine/gastro/aboutus/members.html'};
	leftnav[1][4] = {text:'Links and Other Resources', url:'/medicine/gastro/aboutus/links.html'};
	

leftnav[2] = {text:'Patient Care', url:'/medicine/gastro/patient/'};
	leftnav[2][0] = { text:'Conditions We Treat', url:'/medicine/gastro/patient/conditions/'};
	leftnav[2][1] = { text:'Clinical Services/Treatments', url:'/medicine/gastro/patient/treatments.html'};
	leftnav[2][2] = { text:'Find a Doctor', url:'http://findadoc.med.nyu.edu/'};
	leftnav[2][3] = { text:'Physician Referral', url:'/medicine/gastro/patient/referral.html'};
	leftnav[2][4] = { text:'Schedule an Appointment', url:'/medicine/gastro/patient/schedule.html'};
	leftnav[2][5] = { text:'Insurance Information', url:'/medicine/gastro/patient/insurance.html'};
	leftnav[2][6] = { text:'NYU Hospitals and Affiliates', url:'/medicine/gastro/patient/hospitals/'};
		leftnav[2][6][0]= { text:'Tisch Hospital', url:'/medicine/gastro/patient/hospitals/tisch.html'};
		//leftnav[2][6][1]= { text:'NYU Hospital for Joint Diseases', url:'/medicine/gastro/patient/hospitals/hjd.html'};
		//leftnav[2][6][2]= { text:'Lenox Hill Hospital', url:'/medicine/gastro/patient/hospitals/lenox.html'};
		//leftnav[2][6][3]= { text:'North Shore University Hospital', url:'/medicine/gastro/patient/hospitals/nsuh.html'};
		leftnav[2][6][1]= { text:'Bellevue Hospital Center', url:'/medicine/gastro/patient/hospitals/bellevue.html'};
		//leftnav[2][6][5]= { text:'Gouverneur Healthcare Services', url:'/medicine/gastro/patient/hospitals/gouverneur.html'};
		leftnav[2][6][2]= { text:'Veterans Affairs Hospital', url:'/medicine/gastro/patient/hospitals/va.html'};

leftnav[3] = {text:'Research', url:'/medicine/gastro/research/'};
	leftnav[3][0] = {text:'Research Overview', url:'/medicine/gastro/research/overview.html'};
	leftnav[3][1] = {text:'Current Investigations', url:'/medicine/gastro/research/current.html'};
	leftnav[3][2] = {text:'Accomplishments and Awards', url:'/medicine/gastro/research/awards.html'};
	leftnav[3][3] = {text:'Publications', url:'/medicine/gastro/research/publications.html'};
	leftnav[3][4] = {text:'Research Posters', url:'/medicine/gastro/research/research_posters.html'};	
	leftnav[3][5] = {text:'Clinical Trials', url:'/medicine/gastro/research/clin_trials.html'};	


leftnav[4] = {text:'Education', url:'/medicine/gastro/education/'};
	leftnav[4][0] = { text:'Fellowship Training Program', url:'/medicine/gastro/education/fellowship/'};
		leftnav[4][0][0] = { text:'Program Overview', url:'/medicine/gastro/education/fellowship/overview.html'};
		leftnav[4][0][1] = { text:'First Year Program', url:'/medicine/gastro/education/fellowship/first.html'};
		leftnav[4][0][2]= { text:'Second and Third Year Program', url:'/medicine/gastro/education/fellowship/second.html'};
		leftnav[4][0][3] = { text:'Research', url:'/medicine/gastro/education/fellowship/research.html'};
		leftnav[4][0][4] = { text:'Application', url:'/medicine/gastro/education/fellowship/application.html'};
	leftnav[4][1] = { text:'Faculty', url:'/medicine/gastro/education/faculty.html'};
	leftnav[4][2] = { text:'Grand Rounds', url:'/medicine/gastro/education/grandrounds.html'};
	leftnav[4][3] = { text:'Lectures and Seminars', url:'/medicine/gastro/education/lectures.html'};
	leftnav[4][4] = { text:'Conferences', url:'/medicine/gastro/education/conferences/'};
	leftnav[4][5] = { text:'GI Alumni', url:'/medicine/gastro/education/alums-index.html'};
		leftnav[4][5][0] = { text:'Recent Grads', url:'/medicine/gastro/education/alums-recent.html'};
		leftnav[4][5][1] = { text:'Full Roster', url:'/medicine/gastro/education/alums-roster.html'};
		leftnav[4][5][2] = { text:'Photo Album', url:'/medicine/gastro/education/alums-photos.html'};
//		leftnav[4][5][3] = { text:'Current Positions', url:'/medicine/gastro/education/alums-now.html'};		
	

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

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