/* 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/rheumatology/'};
leftnav[1] = {text:'About Us', url:'/medicine/rheumatology/about/'};
	leftnav[1][0] = { text:'Overview', url:'/medicine/rheumatology/about/overview.html'};
	leftnav[1][1] = { text:'History', url:'/medicine/rheumatology/about/history.html'};
	leftnav[1][2] = { text:'Letter from the Director', url:'/medicine/rheumatology/about/letters.html'};
	leftnav[1][3] = { text:'Members of the Division', url:'/medicine/rheumatology/about/members.html'};
	

leftnav[2] = {text:'Patient Care', url:'/medicine/rheumatology/patient/'};
	leftnav[2][0] = { text:'Conditions We Treat', url:'/medicine/rheumatology/patient/conditions/'};
	leftnav[2][1] = { text:'Clinical Services/Treatments', url:'/medicine/rheumatology/patient/treatments.html'};
	leftnav[2][2] = { text:'Find a Doctor', url:'http://findadoc.med.nyu.edu/'};
	leftnav[2][3] = { text:'Physician Referral', url:'/medicine/rheumatology/patient/referral.html'};
	leftnav[2][4] = { text:'Schedule an Appointment', url:'/medicine/rheumatology/patient/schedule.html'};
	leftnav[2][5] = { text:'Insurance Information', url:'/medicine/rheumatology/patient/insurance.html'};
	leftnav[2][6] = { text:'NYU Hospital and Affiliates', url:'/medicine/rheumatology/patient/hospitals/'};
		leftnav[2][6][0]= { text:'Tisch Hospital', url:'/medicine/rheumatology/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][2]= { text:'Bellevue Hospital Center', url:'/medicine/rheumatology/patient/hospitals/bellevue.html'};
//		leftnav[2][6][5]= { text:'Gouverneur Healthcare Services', url:'/medicine/rheumatology/patient/hospitals/gouverneur.html'};
		leftnav[2][6][3]= { text:'Veterans Affairs Hospital', url:'/medicine/rheumatology/patient/hospitals/va.html'};
	leftnav[2][7]= { text:'Clinical Trials', url:'/medicine/rheumatology/research/clinicaltrials.html'};

leftnav[3] = {text:'Research', url:'/medicine/rheumatology/research/'};
	leftnav[3][0] = { text:'Overview', url:'/medicine/rheumatology/research/overview.html'};
	leftnav[3][1] = { text:'Current Investigations', url:'/medicine/rheumatology/research/current/'};
		leftnav[3][1][0] = { text:'Arthritis Biology Program', url:'/medicine/rheumatology/research/current/arthritis.html'};
		leftnav[3][1][1] = { text:'Lupus and Autoimmunity', url:'/medicine/rheumatology/research/current/lupus.html'};
		leftnav[3][1][2] = { text:'Advanced Therapeutics', url:'/medicine/rheumatology/research/current/seligman.html'};
		leftnav[3][1][3] = { text:'Patient Registries', url:'/medicine/rheumatology/research/current/registries.html'};
		leftnav[3][1][4] = { text:'Osteoarthritis Biomarkers Network', url:'/medicine/rheumatology/research/current/osteoarthritis.html'};
		leftnav[3][1][5] = { text:'The Philips Lab', url:'http://www.med.nyu.edu/philips/'};
	leftnav[3][2] = { text:'Laboratories', url:'/medicine/rheumatology/research/labs.html'};
	leftnav[3][3] = { text:'Accomplishments and Awards', url:'/medicine/rheumatology/research/awards.html'};
	leftnav[3][4] = { text:'Publications', url:'/medicine/rheumatology/research/publications.html'};
	leftnav[3][5] = { text:'Bulletin of the NYU Hospital for Joint Diseases', url:'http://www.nyuhjdbulletin.org/'};
	leftnav[3][6] = { text:'Clinical Trials', url:'/medicine/rheumatology/research/clinicaltrials.html'};	

	

leftnav[4] = {text:'Education', url:'/medicine/rheumatology/education/'};
	leftnav[4][0] = { text:'Fellowship Training Program', url:'/medicine/rheumatology/education/fellowships/'};
		leftnav[4][0][0] = { text:'Overview', url:'/medicine/rheumatology/education/fellowships/overview.html'};
		leftnav[4][0][1] = { text:'Clinical Track', url:'/medicine/rheumatology/education/fellowships/clin_track.html'};
		leftnav[4][0][2] = { text:'Research Track', url:'/medicine/rheumatology/education/fellowships/res_track.html'};
	
	leftnav[4][1] = { text:'Faculty', url:'/medicine/rheumatology/education/faculty.html'};
	leftnav[4][2] = { text:'Grand Rounds', url:'/medicine/rheumatology/education/grandrounds.html'};
	leftnav[4][3] = { text:'Lectures', url:'/medicine/rheumatology/education/lectures.html'};
	leftnav[4][4] = { text:'Clinical Research Methodology Course', url:'/medicine/rheumatology/education/PG20806v7_FINAL_brochure_CRMC_11DEC2008.pdf'};
	
leftnav[5] = {text:'Contact', url:'/medicine/rheumatology/contact/'};
	leftnav[5][0] = {text:'Important Numbers', url:'/medicine/rheumatology/contact/offices.html'};
	leftnav[5][1] = {text:'Maps and Directions', url:'/medicine/rheumatology/contact/directions.html'};
	leftnav[5][2] = {text:'Parking', url:'/medicine/rheumatology/contact/parking.html'};
	leftnav[5][3] = {text:'Site Map', url:'/medicine/rheumatology/contact/sitemap.html'};
/* BEGIN DO NOT EDIT SECTION */
leftnavBuild( leftnav );
createMenuEnd();
/* END DO NOT EDIT SECTION */
