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

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

leftnav[0] = {text:'Home', url:'/neurosurgery/'};
leftnav[1] = {text:'About Us', url:'/neurosurgery/about/'};
	leftnav[1][0] = {text:'Why NYU Neurosurgery?', url:'/neurosurgery/about/why_nyu.html'};
	leftnav[1][1] = {text:'History of NYU Neurosurgery', url:'/neurosurgery/about/history.html'};
	leftnav[1][2] = {text:'NYU Hospitals & Affiliates', url:'/neurosurgery/about/hospitals/'};
		leftnav[1][2][0] = {text:'Tisch', url:'/neurosurgery/about/hospitals/tisch.html'};
		leftnav[1][2][1] = {text:'Bellevue', url:'/neurosurgery/about/hospitals/bellevue.html'};
		leftnav[1][2][2] = {text:'VA', url:'/neurosurgery/about/hospitals/va.html'};
	leftnav[1][3] = {text:'Neurosurgery Videos', url:'/neurosurgery/videos.html'};
leftnav[2] = {text:'Patient Care', url:'/neurosurgery/patient/'};
	leftnav[2][0] = {text:'Conditions We Treat', url:'/neurosurgery/patient/conditions.html'};
	leftnav[2][1] = {text:'Schedule an Appointment', url:'/neurosurgery/patient/appointment.html'};
	leftnav[2][2] = {text:'Physician Referrals', url:'/neurosurgery/physicians/referrals.html'};
	leftnav[2][3] = {text:'Recommended Websites', url:'/neurosurgery/patient/recommended.html'};
leftnav[3] = {text:'Divisions', url:'/neurosurgery/divisions/'};
	leftnav[3][0] = {text:'Brain Tumors', url:'/neurosurgery/brain_tumors/'};
	leftnav[3][1] = {text:'Cerebrovascular Surgery', url:'/neurosurgery/cerebrovascular/'};
	leftnav[3][2] = {text:'Epilepsy', url:'/neurosurgery/epilepsy/'};
	leftnav[3][3] = {text:'Facial Pain', url:'/neurosurgery/facial_pain/'};
	leftnav[3][4] = {text:'Functional Neurosurgery', url:'/neurosurgery/functional/'};
	leftnav[3][5] = {text:'Neuro-Critical Care', url:'/neurosurgery/neurocritical/'};
	leftnav[3][6] = {text:'Pediatric Neurosurgery', url:'/neurosurgery/pediatric/'};
	leftnav[3][7] = {text:'Peripheral Nerve Surgery', url:'/neurosurgery/pns/'};
	leftnav[3][8] = {text:'Spine Surgery', url:'/neurosurgery/spine/'};
leftnav[4] = {text:'Traning and Education', url:'/neurosurgery/education/'};
	leftnav[4][0] = {text:'Medical Student Training', url:'/neurosurgery/education/students/'};
		leftnav[4][0][0] = {text:'Mentorship Program', url:'/neurosurgery/education/students/mentorship.html'};
		leftnav[4][0][1] = {text:'Summer Intensive', url:'/neurosurgery/education/students/summer.html'};
		leftnav[4][0][2] = {text:'Clerkship Programs', url:'/neurosurgery/education/students/clerkships.html'};
		leftnav[4][0][3] = {text:'Sub-internships', url:'/neurosurgery/education/students/subinternships.html'};
		leftnav[4][0][4] = {text:'Neurological Exam Tutorial', url:'/neurosurgery/education/students/tutorial.html'};
	leftnav[4][1] = {text:'Residency Training', url:'/neurosurgery/education/residency/'};
		leftnav[4][1][0] = {text:'NYU Hospitals &amp; Affiliates', url:'/neurosurgery/education/residency/hospitals/'};
			leftnav[4][1][0][0] = {text:'Tisch Hospital', url:'/neurosurgery/education/residency/hospitals/tisch.html'};
			leftnav[4][1][0][1] = {text:'Bellevue Hospital Center', url:'/neurosurgery/education/residency/hospitals/bellevue.html'};
			leftnav[4][1][0][2] = {text:'VA NY Harbor Healthcare', url:'/neurosurgery/education/residency/hospitals/va.html'};
		leftnav[4][1][1] = {text:'Program Structure', url:'/neurosurgery/education/residency/structure/'};
			leftnav[4][1][1][0] = {text:'PGY 1', url:'/neurosurgery/education/residency/structure/pgy1.html'};
			leftnav[4][1][1][1] = {text:'PGYs 2 &amp; 3', url:'/neurosurgery/education/residency/structure/pgy2_3.html'};
			leftnav[4][1][1][2] = {text:'PGY 4', url:'/neurosurgery/education/residency/structure/pgy4.html'};
			leftnav[4][1][1][3] = {text:'PGY 5', url:'/neurosurgery/education/residency/structure/pgy5.html'};
			leftnav[4][1][1][4] = {text:'PGY 6', url:'/neurosurgery/education/residency/structure/pgy6.html'};
			leftnav[4][1][1][5] = {text:'PGY 7', url:'/neurosurgery/education/residency/structure/pgy7.html'};
		leftnav[4][1][2] = {text:'Friday Conferences', url:'/neurosurgery/education/residency/friday.html'};
		leftnav[4][1][3] = {text:'Other Conferences', url:'/neurosurgery/education/residency/conferences.html'};
		leftnav[4][1][4] = {text:'Faculty Subspecializations', url:'/neurosurgery/education/residency/faculty/'};
			leftnav[4][1][4][0] = {text:'Brain Tumor Surgery', url:'/neurosurgery/education/residency/faculty/brain_tumor.html'};
			leftnav[4][1][4][1] = {text:'Cerebrovascular Neurosurgery', url:'/neurosurgery/education/residency/faculty/cerebrovascular.html'};
			leftnav[4][1][4][2] = {text:'Spinal Neurosurgery', url:'/neurosurgery/education/residency/faculty/spinal.html'};
			leftnav[4][1][4][3] = {text:'Epilepsy Surgery', url:'/neurosurgery/education/residency/faculty/epilepsy.html'};
			leftnav[4][1][4][4] = {text:'Pediatric Neurosurgery', url:'/neurosurgery/education/residency/faculty/pediatric.html'};
			leftnav[4][1][4][5] = {text:'Peripheral Nerve Surgery', url:'/neurosurgery/education/residency/faculty/peripheral.html'};
			leftnav[4][1][4][6] = {text:'Functional Neurosurgery', url:'/neurosurgery/education/residency/faculty/functional.html'};
			leftnav[4][1][4][7] = {text:'General Neurosurgery', url:'/neurosurgery/education/residency/faculty/general.html'};
		leftnav[4][1][5] = {text:'FAQs', url:'/neurosurgery/education/residency/faqs.html'};
		leftnav[4][1][6] = {text:'How to Apply', url:'/neurosurgery/education/residency/apply.html'};
	leftnav[4][2] = {text:'Our Trainees', url:'/neurosurgery/education/trainees/'};
		leftnav[4][2][0] = {text:'List of Trainees', url:'/neurosurgery/education/trainees/list.html'};
	leftnav[4][3] = {text:'Current Residents', url:'/neurosurgery/education/current_residents.html'};
	leftnav[4][4] = {text:'Fellowships', url:'/neurosurgery/education/fellowships.html'};
	leftnav[4][5] = {text:'Grand Rounds', url:'/neurosurgery/education/grandrounds.html'};
	leftnav[4][6] = {text:'Continuing Education', url:'/neurosurgery/education/cme.html'};
leftnav[5] = {text:'Research', url:'/neurosurgery/research/'};
	leftnav[5][0] = {text:'Patient-oriented Research', url:'/neurosurgery/research/databases/'}
		leftnav[5][0][0] = {text:'Brain Tumor Database', url:'/neurosurgery/research/databases/brain_tumors.html'}
		leftnav[5][0][1] = {text:'Aneurysm Database', url:'/neurosurgery/research/databases/aneurysm.html'}
		leftnav[5][0][2] = {text:'Ateriovenous Malformation Database', url:'/neurosurgery/research/databases/ateriovenous.html'}
		leftnav[5][0][3] = {text:'Spinal Disorders', url:'/neurosurgery/research/databases/spinal.html'}
		leftnav[5][0][4] = {text:'Epilepsy Surgery', url:'/neurosurgery/research/databases/epilepsy.html'}
		leftnav[5][0][5] = {text:'Operative Techniques', url:'/neurosurgery/research/databases/techniques.html'}
	leftnav[5][1] = {text:'Clinical Research', url:'/neurosurgery/research/clinical/'}
		leftnav[5][1][0] = {text:'Neuropathology Tumor Bank', url:'/neurosurgery/research/clinical/neuropathology.html'}
		leftnav[5][1][1] = {text:'MEG', url:'/neurosurgery/research/clinical/meg.html'}
		leftnav[5][1][2] = {text:'Advanced Brain Imaging', url:'/neurosurgery/research/clinical/brain.html'}
		leftnav[5][1][3] = {text:'Peripheral Nerve Injury Resource', url:'/neurosurgery/research/clinical/peripheral.html'}
	leftnav[5][2] = {text:'Translational Research', url:'/neurosurgery/research/translational/'}
		leftnav[5][2][0] = {text:'Pediatric Brain Tumor', url:'/neurosurgery/research/translational/pediatric.html'}
		leftnav[5][2][1] = {text:'Angiogenesis and Vasculogenesis', url:'/neurosurgery/research/translational/angiogenesis.html'}
		leftnav[5][2][2] = {text:'Peripheral Nerve Injury', url:'/neurosurgery/research/translational/peripheral.html'}
		leftnav[5][2][3] = {text:'Neurosurgical Anesthesia', url:'/neurosurgery/research/translational/anesthesia.html'}
		leftnav[5][2][4] = {text:'Endovascular Laboratory', url:'/neurosurgery/research/translational/endovascular.html'}
	leftnav[5][3] = {text:'Basic Research', url:'/neurosurgery/research/basic/'}
		leftnav[5][3][0] = {text:'Rice Lab', url:'/neurosurgery/research/basic/neurophysiology.html'}
		leftnav[5][3][1] = {text:'Chesler Lab', url:'/neurosurgery/research/basic/ph_regulation.html'}
	leftnav[5][4] = {text:'Facilities and Resources', url:'/neurosurgery/research/facilities/'}
		leftnav[5][4][0] = {text:'NYU Institutes and Centers', url:'/neurosurgery/research/facilities/institutes.html'}
		leftnav[5][4][1] = {text:'GCRC Shared Cores', url:'/neurosurgery/research/facilities/gcrc_cores.html'}
		leftnav[5][4][2] = {text:'Skirball Shared Cores', url:'/neurosurgery/research/facilities/skirball_cores.html'}
		leftnav[5][4][3] = {text:'IT Shared Cores', url:'/neurosurgery/research/facilities/it_cores.html'}
		leftnav[5][4][4] = {text:'NYUCI Shared Cores', url:'/neurosurgery/research/facilities/nyuci_cores.html'}
	leftnav[5][5] = {text:'Grants and Funding', url:'/neurosurgery/research/grants/'}
	leftnav[5][6] = {text:'Neurosurgery Investigators', url:'/neurosurgery/research/investigators/'}
	leftnav[5][7] = {text:'Clinical Trials', url:'/neurosurgery/research/clinical_trials/'}
leftnav[6] = {text:'Faculty', url:'/neurosurgery/faculty/'};
	leftnav[6][0] = {text:'Full-time Faculty', url:'/neurosurgery/faculty/fulltime.html'};
	leftnav[6][1] = {text:'Part-time Faculty', url:'/neurosurgery/faculty/parttime.html'};
leftnav[7] = {text:'Events', url:'/neurosurgery/events/'};
	leftnav[7][0] = {text:'Calendar - needs to be created and linked to', url:'#'}
	leftnav[7][1] = {text:'Grand Rounds', url:'/neurosurgery/events/grand_rounds.html'}
leftnav[8] = {text:'Contact Us', url:'/neurosurgery/contact/'};
	leftnav[8][0] = {text:'Important Numbers', url:'/neurosurgery/contact/numbers.html'}
	leftnav[8][1] = {text:'Associated Services', url:'/neurosurgery/contact/associated.html'}
	leftnav[8][2] = {text:'Maps and Directions', url:'/neurosurgery/contact/directions.html'}
	leftnav[8][3] = {text:'Parking', url:'/neurosurgery/contact/parking.html'}
leftnav[9] = {text:'Tests and Terms', url:'/neurosurgery/tests/'};
	leftnav[9][0] = {text:'Common Tests', url:'/neurosurgery/tests/test/'}
		leftnav[9][0][0] = {text:'Cerebral Angiogram', url:'/neurosurgery/tests/test/angiogram.html'}
		leftnav[9][0][1] = {text:'CT Myelogram', url:'/neurosurgery/tests/test/myelogram.html'}
		leftnav[9][0][2] = {text:'CT Scan', url:'/neurosurgery/tests/test/ctscan.html'}
		leftnav[9][0][3] = {text:'EMG/Nerve Conduction Studies', url:'/neurosurgery/tests/test/emg.html'}
		leftnav[9][0][4] = {text:'Lumbar Puncture', url:'/neurosurgery/tests/test/lumbar.html'}
		leftnav[9][0][5] = {text:'MRI Scan', url:'/neurosurgery/tests/test/mri.html'}
		leftnav[9][0][6] = {text:'Neurological Examination', url:'/neurosurgery/tests/test/neurological.html'}
		leftnav[9][0][7] = {text:'Shunt Series/ Shuntogram', url:'/neurosurgery/tests/test/shuntogram.html'}
		leftnav[9][0][8] = {text:'Swallow Study', url:'/neurosurgery/tests/test/swallow.html'}
		leftnav[9][0][9] = {text:'X-rays', url:'/neurosurgery/tests/test/xray.html'}
	leftnav[9][1] = {text:'Common Terms', url:'/neurosurgery/tests/terms/'}
		leftnav[9][1][0] = {text:'Common Terms: A-E', url:'/neurosurgery/tests/terms/terms_ae.html'}
		leftnav[9][1][1] = {text:'Common Terms: F-J', url:'/neurosurgery/tests/terms/terms_fj.html'}
		leftnav[9][1][2] = {text:'Common Terms: K-M', url:'/neurosurgery/tests/terms/terms_km.html'}
		leftnav[9][1][3] = {text:'Common Terms: N-R', url:'/neurosurgery/tests/terms/terms_nr.html'}
		leftnav[9][1][4] = {text:'Common Terms: S-Z', url:'/neurosurgery/tests/terms/terms_sz.html'}
leftnav[10] = {text:'For Physicians', url:'/neurosurgery/physicians/'};
	leftnav[10][0] = {text:'Why NYU Neurosurgery?', url:'/neurosurgery/physicians/why_nyu.html'}
	leftnav[10][1] = {text:'Refer a Patient', url:'/neurosurgery/physicians/referrals.html'}




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

