/* Left Navigation Bar Content

IMPORTANT:
	- Menus MUST include the top level (but it is not displayed).
 	- Menus can go 3 levels deep (including top level).

EXAMPLES:
leftnav[0] = { text:'Link Text', url:'/path/'};
	leftnav[0][0] = { text:'Link Text', url:'/path/sub/'};
		leftnav[0][0][0] = { text:'Link Text', url:'/path/sub/sub'};
*/
createMenuTop();
var leftnav = new Array();
/* DO NOT EDIT ABOVE */

leftnav[0] = {text:'Home', url:'/cvsurgery/thoracic/'};
leftnav[1] = {text:'About Us', url:'/cvsurgery/thoracic/about/'};
	leftnav[1][0] = {text:'Mission', url:'/cvsurgery/thoracic/about/mission.html'};
	leftnav[1][1] = {text:'Letter from the Director', url:'/cvsurgery/thoracic/about/chief.html'};
	leftnav[1][2] = {text:'Administration and Staff', url:'/cvsurgery/thoracic/about/administration.html'};
	leftnav[1][3] = {text:'NYU Hospitals and Affiliates', url:'/cvsurgery/thoracic/about/affiliates/'};
	leftnav[1][3][0] = {text:'Tisch Hospital', url:'/cvsurgery/thoracic/about/affiliates/tisch.html'};
	leftnav[1][3][1] = {text:'Bellevue Hospital', url:'/cvsurgery/thoracic/about/affiliates/bellevue.html'};
	leftnav[1][3][2] = {text:'Veterans Affairs Hospital', url:'/cvsurgery/thoracic/about/affiliates/vah.html'};
	leftnav[1][3][3] = {text:'NYU Cancer Institute', url:'/cvsurgery/thoracic/about/affiliates/nyuci.html'};
leftnav[2] = {text:'Faculty', url:'/cvsurgery/thoracic/faculty/'};
	leftnav[2][0] = {text:'Costas Bizekis, M.D.', url:'/cvsurgery/thoracic/faculty/bios/bizekis.html'};
	/*leftnav[2][1] = {text:'Abraham Chachoua, M.D.', url:'/cvsurgery/thoracic/faculty/bios/chachoua.html'};*/
	leftnav[2][1] = {text:'Anurag Chandra, M.D.', url:'/cvsurgery/thoracic/faculty/bios/chandra.html'};
	leftnav[2][2] = {text:'Bernard Crawford, M.D.', url:'/cvsurgery/thoracic/faculty/bios/crawford.html'};
	leftnav[2][3] = {text:'Harvey I. Pass, M.D.', url:'/cvsurgery/thoracic/faculty/bios/pass.html'};
	leftnav[2][4] = {text:'David Ost, M.D.', url:'/cvsurgery/thoracic/faculty/bio.html?bio=ostd01.html'};
	/*leftnav[2][6] = {text:'Federico Steiner, M.D.', url:'/cvsurgery/thoracic/faculty/bios/steiner.html'};*/
	leftnav[2][5] = {text:'Michael Zervos, M.D.', url:'/cvsurgery/thoracic/faculty/bios/zervos.html'};
	

leftnav[3] = {text:'Patient Care', url:'/cvsurgery/thoracic/patientcare/'};
	leftnav[3][0] = {text:'Why Choose NYU?', url:'/cvsurgery/thoracic/patientcare/whychoosenyu.html'};

leftnav[3][1] = {text:'Conditions We Treat', url:'/cvsurgery/thoracic/patientcare/conditions/'};
		leftnav[3][1][0] = {text:'Achalasia', url:'/cvsurgery/thoracic/patientcare/conditions/achalasia.html'};
		leftnav[3][1][1] = {text:'Esophageal Cancer', url:'/cvsurgery/thoracic/patientcare/conditions/esophageal/'};
			leftnav[3][1][1][0] = {text:'Disease Overview', url:'/cvsurgery/thoracic/patientcare/conditions/esophageal/overview.html'};
			leftnav[3][1][1][1] = {text:'Screening and Prevention', url:'/cvsurgery/thoracic/patientcare/conditions/esophageal/screening.html'};
			leftnav[3][1][1][2] = {text:'Making a Diagnosis', url:'/cvsurgery/thoracic/patientcare/conditions/esophageal/diagnosis.html'};
			leftnav[3][1][1][3] = {text:'Stages of Cancer', url:'/cvsurgery/thoracic/patientcare/conditions/esophageal/stages.html'};
			leftnav[3][1][1][4] = {text:'Treatment', url:'/cvsurgery/thoracic/patientcare/conditions/esophageal/treatment.html'};
			leftnav[3][1][1][5] = {text:'Questions to Ask Your Doctor', url:'/cvsurgery/thoracic/patientcare/conditions/esophageal/questions.html'};
			leftnav[3][1][1][6] = {text:'Pre-Operative Information', url:'/cvsurgery/thoracic/patientcare/conditions/esophageal/preop.html'};
			leftnav[3][1][1][7] = {text:'The Day of Your Surgery', url:'/cvsurgery/thoracic/patientcare/conditions/esophageal/surgery.html'};
			leftnav[3][1][1][8] = {text:'After Surgery', url:'/cvsurgery/thoracic/patientcare/conditions/esophageal/postop.html'};
			leftnav[3][1][1][9] = {text:'Going Home', url:'/cvsurgery/thoracic/patientcare/conditions/esophageal/goinghome.html'};
			leftnav[3][1][1][10] = {text:'Support Services', url:'/cvsurgery/thoracic/patientcare/conditions/esophageal/support.html'};
		leftnav[3][1][2] = {text:'Gastroesophageal Reflux Disease (GERD)', url:'/cvsurgery/thoracic/patientcare/conditions/gerd.html'};
		leftnav[3][1][3] = {text:'Hiatal and Esophageal Hernias', url:'/cvsurgery/thoracic/patientcare/conditions/gerd.html'};
		leftnav[3][1][4] = {text:'Lung Cancer', url:'/cvsurgery/thoracic/patientcare/conditions/lung/'};
			leftnav[3][1][4][0] = {text:'Disease Overview', url:'/cvsurgery/thoracic/patientcare/conditions/lung/overview.html'};
			leftnav[3][1][4][1] = {text:'Screening and Prevention', url:'/cvsurgery/thoracic/patientcare/conditions/lung/screening.html'};
			leftnav[3][1][4][2] = {text:'Making a Diagnosis', url:'/cvsurgery/thoracic/patientcare/conditions/lung/diagnosis.html'};
			leftnav[3][1][4][3] = {text:'Stages of Cancer', url:'/cvsurgery/thoracic/patientcare/conditions/lung/stages.html'};
			leftnav[3][1][4][4] = {text:'Preparing for Treatment', url:'/cvsurgery/thoracic/patientcare/conditions/lung/preparing.html'};
			leftnav[3][1][4][5] = {text:'Treatment', url:'/cvsurgery/thoracic/patientcare/conditions/lung/treatment.html'};
			leftnav[3][1][4][6] = {text:'Questions to Ask Your Doctor', url:'/cvsurgery/thoracic/patientcare/conditions/lung/questions.html'};
			leftnav[3][1][4][7] = {text:'Pre-Operative Information', url:'/cvsurgery/thoracic/patientcare/conditions/lung/preop.html'};
			leftnav[3][1][4][8] = {text:'The Day of Your Surgery', url:'/cvsurgery/thoracic/patientcare/conditions/lung/surgery.html'};
			leftnav[3][1][4][9] = {text:'After Surgery', url:'/cvsurgery/thoracic/patientcare/conditions/lung/postop.html'};
			leftnav[3][1][4][10] = {text:'Going Home', url:'/cvsurgery/thoracic/patientcare/conditions/lung/goinghome.html'};
			leftnav[3][1][4][11] = {text:'Medications and Side Effects', url:'/cvsurgery/thoracic/patientcare/conditions/lung/medication.html'};
			leftnav[3][1][4][12] = {text:'Support Services', url:'/cvsurgery/thoracic/patientcare/conditions/lung/support.html'};
		leftnav[3][1][5] = {text:'Mediastinal Tumors', url:'/cvsurgery/thoracic/patientcare/conditions/mediastinal/'};
			leftnav[3][1][5][0] = {text:'Disease Overview', url:'/cvsurgery/thoracic/patientcare/conditions/mediastinal/overview.html'};
			leftnav[3][1][5][1] = {text:'Screening and Prevention', url:'/cvsurgery/thoracic/patientcare/conditions/mediastinal/screening.html'};
			leftnav[3][1][5][2] = {text:'Making a Diagnosis', url:'/cvsurgery/thoracic/patientcare/conditions/mediastinal/diagnosis.html'};
			leftnav[3][1][5][3] = {text:'Surgery and Therapy Treatments', url:'/cvsurgery/thoracic/patientcare/conditions/mediastinal/treatment.html'};
			leftnav[3][1][5][4] = {text:'Questions to Ask Your Doctor', url:'/cvsurgery/thoracic/patientcare/conditions/mediastinal/questions.html'};
			leftnav[3][1][5][5] = {text:'Pre-Operative Information', url:'/cvsurgery/thoracic/patientcare/conditions/mediastinal/preop.html'};
			leftnav[3][1][5][6] = {text:'The Day of Your Surgery', url:'/cvsurgery/thoracic/patientcare/conditions/mediastinal/surgery.html'};
			leftnav[3][1][5][7] = {text:'After Surgery', url:'/cvsurgery/thoracic/patientcare/conditions/mediastinal/postop.html'};
			leftnav[3][1][5][8] = {text:'Going Home', url:'/cvsurgery/thoracic/patientcare/conditions/mediastinal/goinghome.html'};
		leftnav[3][1][6] = {text:'Mesothelioma', url:'/cvsurgery/thoracic/patientcare/conditions/mesothelioma/'};
			leftnav[3][1][6][0] = {text:'Disease Overview', url:'/cvsurgery/thoracic/patientcare/conditions/mesothelioma/overview.html'};
			leftnav[3][1][6][1] = {text:'Screening and Prevention', url:'/cvsurgery/thoracic/patientcare/conditions/mesothelioma/screening.html'};
			leftnav[3][1][6][2] = {text:'Making a Diagnosis', url:'/cvsurgery/thoracic/patientcare/conditions/mesothelioma/diagnosis.html'};
			leftnav[3][1][6][3] = {text:'Stages of Cancer', url:'/cvsurgery/thoracic/patientcare/conditions/mesothelioma/stages.html'};
			leftnav[3][1][6][4] = {text:'Treatment', url:'/cvsurgery/thoracic/patientcare/conditions/mesothelioma/treatment.html'};
			leftnav[3][1][6][5] = {text:'Questions to Ask Your Doctor', url:'/cvsurgery/thoracic/patientcare/conditions/mesothelioma/questions.html'};
			leftnav[3][1][6][6] = {text:'Pre-Operative Information', url:'/cvsurgery/thoracic/patientcare/conditions/mesothelioma/preop.html'};
			leftnav[3][1][6][7] = {text:'The Day of Your Surgery', url:'/cvsurgery/thoracic/patientcare/conditions/mesothelioma/surgery.html'};
			leftnav[3][1][6][8] = {text:'After Surgery', url:'/cvsurgery/thoracic/patientcare/conditions/mesothelioma/postop.html'};
			leftnav[3][1][6][9] = {text:'Going Home', url:'/cvsurgery/thoracic/patientcare/conditions/mesothelioma/goinghome.html'};
			leftnav[3][1][6][10] = {text:'Support Services', url:'/cvsurgery/thoracic/patientcare/conditions/mesothelioma/support.html'};
		leftnav[3][1][7] = {text:'Pulmonary Metastases', url:'/cvsurgery/thoracic/patientcare/conditions/metastases/'};
			leftnav[3][1][7][0] = {text:'Disease Overview', url:'/cvsurgery/thoracic/patientcare/conditions/metastases/overview.html'};
			leftnav[3][1][7][1] = {text:'Screening and Early Detection', url:'/cvsurgery/thoracic/patientcare/conditions/metastases/screening.html'};
			leftnav[3][1][7][2] = {text:'Making a Diagnosis', url:'/cvsurgery/thoracic/patientcare/conditions/metastases/diagnosis.html'};
			leftnav[3][1][7][3] = {text:'Surgical and Non-surgical Treatments', url:'/cvsurgery/thoracic/patientcare/conditions/metastases/treatment.html'};
			leftnav[3][1][7][4] = {text:'Questions to Ask Your Doctor', url:'/cvsurgery/thoracic/patientcare/conditions/metastases/questions.html'};
			leftnav[3][1][7][5] = {text:'The Day of Your Surgery', url:'/cvsurgery/thoracic/patientcare/conditions/metastases/surgery.html'};
			leftnav[3][1][7][6] = {text:'After Surgery', url:'/cvsurgery/thoracic/patientcare/conditions/metastases/postop.html'};
			leftnav[3][1][7][7] = {text:'Going Home', url:'/cvsurgery/thoracic/patientcare/conditions/metastases/goinghome.html'};
			leftnav[3][1][7][8] = {text:'Medication and Side Effects', url:'/cvsurgery/thoracic/patientcare/conditions/metastases/medication.html'};
			leftnav[3][1][7][9] = {text:'Support Services', url:'/cvsurgery/thoracic/patientcare/conditions/metastases/support.html'};
		leftnav[3][1][8] = {text:'Diseases of the Airway', url:'/cvsurgery/thoracic/patientcare/conditions/airway/'};
			leftnav[3][1][8][0] = {text:'Disease Overview', url:'/cvsurgery/thoracic/patientcare/conditions/airway/overview.html'};
			leftnav[3][1][8][1] = {text:'Screening and Prevention', url:'/cvsurgery/thoracic/patientcare/conditions/airway/screening.html'};
			leftnav[3][1][8][2] = {text:'Making a Diagnosis', url:'/cvsurgery/thoracic/patientcare/conditions/airway/diagnosis.html'};
			leftnav[3][1][8][3] = {text:'Treatment', url:'/cvsurgery/thoracic/patientcare/conditions/airway/treatment.html'};
			leftnav[3][1][8][4] = {text:'Questions to Ask Your Doctor', url:'/cvsurgery/thoracic/patientcare/conditions/airway/questions.html'};
			leftnav[3][1][8][5] = {text:'Pre-Operative Information', url:'/cvsurgery/thoracic/patientcare/conditions/airway/preop.html'};
			leftnav[3][1][8][6] = {text:'The Day of Your Surgery', url:'/cvsurgery/thoracic/patientcare/conditions/airway/surgery.html'};
			leftnav[3][1][8][7] = {text:'After Surgery', url:'/cvsurgery/thoracic/patientcare/conditions/airway/postop.html'};
			leftnav[3][1][8][8] = {text:'Going Home', url:'/cvsurgery/thoracic/patientcare/conditions/airway/goinghome.html'};
			leftnav[3][1][8][9] = {text:'Support Services', url:'/cvsurgery/thoracic/patientcare/conditions/airway/support.html'};

leftnav[3][2] = {text:'Becoming a Patient', url:'/cvsurgery/thoracic/patientcare/visit/'};
		leftnav[3][2][0] = {text:'Who We Treat', url:'/cvsurgery/thoracic/patientcare/visit/patient.html'};
		leftnav[3][2][1] = {text:'Your First Visit', url:'/cvsurgery/thoracic/patientcare/visit/expect.html'};
		leftnav[3][2][2] = {text:'Forms and Paperwork', url:'/cvsurgery/thoracic/patientcare/visit/forms.html'};
		leftnav[3][2][3] = {text:'Location of Clinics', url:'/cvsurgery/thoracic/patientcare/visit/location.html'};
		leftnav[3][2][4] = {text:'Directions', url:'/cvsurgery/thoracic/patientcare/visit/directions.html'};
		leftnav[3][2][5] = {text:'Parking', url:'/cvsurgery/thoracic/patientcare/visit/parking.html'};
		leftnav[3][2][6] = {text:'Accommodations', url:'/cvsurgery/thoracic/patientcare/visit/accommodations.html'};
		
	leftnav[3][3] = {text:'Preparing for Surgery', url:'/cvsurgery/thoracic/patientcare/surgery.html'};
		leftnav[3][4] = {text:'Treatment Technologies &amp; Surgery', url:'/cvsurgery/thoracic/patientcare/technology/'}
		leftnav[3][4][0] = {text:'Fluorescence Bronchoscopy', url:'/cvsurgery/thoracic/patientcare/technology/fluorescence.html'}
		leftnav[3][4][1] = {text:'Video Mediastinoscopy', url:'/cvsurgery/thoracic/patientcare/technology/mediastinoscopy.html'}
		leftnav[3][4][2] = {text:'Endobronchial Ultrasound', url:'/cvsurgery/thoracic/patientcare/technology/ultrasound.html'}
		leftnav[3][4][3] = {text:'Airway Stenting', url:'/cvsurgery/thoracic/patientcare/technology/airway.html'}
		leftnav[3][4][4] = {text:'Esophageal Stenting', url:'/cvsurgery/thoracic/patientcare/technology/esophageal.html'}
		leftnav[3][4][5] = {text:'Photodynamic Therapy (PDT)', url:'/cvsurgery/thoracic/patientcare/technology/pdt.html'}
		leftnav[3][4][6] = {text:'Radiofrequency Ablation (RFA)', url:'/cvsurgery/thoracic/patientcare/technology/rfa.html'}
		leftnav[3][4][7] = {text:'Video-Assisted Thoracoscopic Surgery', url:'/cvsurgery/thoracic/patientcare/technology/vats.html'}
		leftnav[3][4][8] = {text:'Laparoscopic Procedures', url:'/cvsurgery/thoracic/patientcare/technology/laparoscopic.html'}

	leftnav[3][5] = {text:'Our Healthcare Team', url:'/cvsurgery/thoracic/patientcare/healthteam/'};
	leftnav[3][6] = {text:'Insurance Information', url:'/cvsurgery/thoracic/patientcare/insurance.html'};
		leftnav[3][7] = {text:'Schedule an Appointment', url:'/cvsurgery/thoracic/patientcare/appointment.html'};

leftnav[4] = {text:'For Physicians', url:'/cvsurgery/thoracic/physicians/'};
	leftnav[4][0] = {text:'How NYU Can Help', url:'/cvsurgery/thoracic/physicians/about.html'};
	leftnav[4][1] = {text:'Conditions We Treat', url:'/cvsurgery/thoracic/physicians/conditions.html'};
	leftnav[4][2] = {text:'Treatment Technologies', url:'/cvsurgery/thoracic/physicians/treatment.html'};
	leftnav[4][3] = {text:'Refer a Patient', url:'/cvsurgery/thoracic/physicians/refer/'};
	leftnav[4][4] = {text:'Information for Your Patients', url:'/cvsurgery/thoracic/physicians/patients/'};

leftnav[5] = {text:'Research', url:'/cvsurgery/thoracic/research/'};
	leftnav[5][0] = {text:'Overview', url:'/cvsurgery/thoracic/research/overview.html'};
	leftnav[5][1] = {text:'Centers and Institutes', url:'/cvsurgery/thoracic/research/centers.html'};
	leftnav[5][2] = {text:'Core Facilities', url:'/cvsurgery/thoracic/research/facilities/'};
	leftnav[5][3] = {text:'Treatment Technologies', url:'/cvsurgery/thoracic/research/technologies.html'};
	leftnav[5][4] = {text:'Clinical Trials', url:'/cvsurgery/thoracic/research/trials/'};
	leftnav[5][5] = {text:'Current Grants', url:'/cvsurgery/thoracic/research/grants.html'};
	leftnav[5][6] = {text:'Publications', url:'/cvsurgery/thoracic/research/publications.html'};
	leftnav[5][7] = {text:'Thoracic Oncology Research Lab Team', url:'/cvsurgery/thoracic/research/research.lab.staff.html'};

leftnav[6] = {text:'News and Events', url:'/cvsurgery/thoracic/news/'};
	
leftnav[7] = {text:'Contact Us', url:'/cvsurgery/thoracic/contact/'};
	leftnav[7][0] = {text:'Find a Doctor', url:'/cvsurgery/thoracic/contact/doctor.html'};
	leftnav[7][1] = {text:'Refer a Patient', url:'/cvsurgery/thoracic/contact/patient.html'};
	leftnav[7][2] = {text:'Important Contact Numbers', url:'/cvsurgery/thoracic/contact/directory.html'};
	leftnav[7][3] = {text:'Ask a Question', url:'/cvsurgery/thoracic/contact/question.html'};
	leftnav[7][4] = {text:'Schedule an Appointment', url:'/cvsurgery/thoracic/contact/appointment.html'};
	leftnav[7][5] = {text:'How You Can Help', url:'/cvsurgery/thoracic/contact/help.html'};
	leftnav[7][6] = {text:'Location of Clinics', url:'/cvsurgery/thoracic/contact/clinics.html'};
	leftnav[7][7] = {text:'Maps and Directions', url:'/cvsurgery/thoracic/contact/directions.html'};
	leftnav[7][8] = {text:'Parking Information', url:'/cvsurgery/thoracic/contact/parking.html'};
	leftnav[7][9] = {text:'Site Map', url:'/cvsurgery/thoracic/contact/sitemap.html'};

leftnav[8] = {text:'Education', url:'/cvsurgery/thoracic/education/'};
		leftnav[8][0] = {text:'Residency Program', url:'/cvsurgery/thoracic/education/residency/'};
			leftnav[8][0][1] = {text:'Overview', url:'/cvsurgery/thoracic/education/residency/overview.html'};
			leftnav[8][0][2] = {text:'Training Tracks', url:'/cvsurgery/education/thoracic/residency/tracks/'};
				leftnav[8][0][2][0] = {text:'Cardiothoracic Training Track', url:'/cvsurgery/thoracic/education/residency/tracks/cardiothoracic.html'};
				leftnav[8][0][2][1] = {text:'Thoracic Training Track', url:'/cvsurgery/education/thoracic/residency/tracks/thoracic.html'};
			leftnav[8][0][3] = {text:'Faculty', url:'/cvsurgery/thoracic/education/residency/faculty.html'};
			leftnav[8][0][4] = {text:'Housing, Salary, &amp; Benefits', url:'/cvsurgery/thoracic/education/residency/benefits.html'};
			leftnav[8][0][5] = {text:'Application Information', url:'/cvsurgery/thoracic/education/residency/apply.html'};
		leftnav[8][1] = {text:'Conferences &amp; Lectures', url:'/cvsurgery/thoracic/education/lectures.html'};

/* DO NOT EDIT BELOW */
leftnavBuild( leftnav );
createMenuEnd();