
			
/* 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).
	- See Tyler Bittner <tyler@med.nyu.edu> for questions.

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:'/virgo/'};

leftnav[1] = {text:'Faculty', url:'/virgo/faculty/'};
	leftnav[1][0] = {text:'Clinical Faculty', url:'/virgo/faculty/clinical.html'};
	leftnav[1][1] = {text:'Research Facullty', url:'/virgo/faculty/research.html'};
leftnav[2] = {text:'Subspecialties', url:'/neurology/subpecialties/'};
	leftnav[2][0] = {text:'NYU Comprehensive Epilepsy Center', url:'/cec/'};
	leftnav[2][1] = {text:'Neurogenetics', url:'/neurology/subspecialties/neurogenetics/'};
		leftnav[2][1][0] = {text:'Clinical Diagnostic and Management Services', url:'/neurology/subspecialties/neurogenetics/clinical.html'};
		leftnav[2][1][1] = {text:'Gaucher Disease Program', url:'/neurology/subspecialties/neurogenetics/gaucher.html'};
		leftnav[2][1][2] = {text:'Fabry Disease Program', url:'/neurology/subspecialties/neurogenetics/fabry.html'};
		leftnav[2][1][3] = {text:'Diagnostic Laboratory', url:'/neurology/subspecialties/neurogenetics/diag_lab.html'};
		leftnav[2][1][4] = {text:'Jewish Genetic Diseases', url:'/neurology/subspecialties/neurogenetics/jewish_genetic.html'};
		leftnav[2][1][5] = {text:'Neurogenetics Resources', url:'/neurology/subspecialties/neurogenetics/resources.html'};
leftnav[2][2] = {text:'Neuromuscular Division', url:'/neuromuscular/'};
	leftnav[2][3] = {text:'Functional Brain Imaging Laboratory, Northshore LIJ', url:'http://www.neuroscience-nslij.org/'};
	leftnav[2][4] = {text:'Comprehensive Multiple Sclerosis Care Center', url:'http://www.med.nyu.edu/hjd/ms/'};	
	leftnav[2][5] = {text:'Comprehensive Stroke Care Center', url:'http://www.med.nyu.edu/strokecenter/'};	
leftnav[3] = {text:'Section4', url:'/virgo/section4/'};
leftnav[4] = {text:'Section5', url:'/virgo/section5/'};
leftnav[5] = {text:'Residency',url:'/neurology/training/'}
	leftnav[5][0] = {text:'NYU School of Medicine', url:'/neurology/training/nyu_som.html'};
	leftnav[5][1] = {text:'Mission Statement', url:'/neurology/training/mission.html'};
	leftnav[5][2] = {text:'Adult Neurology', url:'/neurology/training/adult/'};
		leftnav[5][2][0] = {text:'Program Director & Faculty', url:'/neurology/training/adult/faculty.html'};
		leftnav[5][2][1] = {text:'Rotations', url:'/neurology/training/adult/rotation.html'};
		leftnav[5][2][2] = {text:'Inpatient', url:'/neurology/training/adult/inpatient.html'};
		leftnav[5][2][3] = {text:'Outpatient', url:'/neurology/training/adult/outpatient.html'};
		leftnav[5][2][4] = {text:'Electives', url:'/neurology/training/adult/electives.html'};
		leftnav[5][2][5] = {text:'Oncall', url:'/neurology/training/adult/oncall.html'};
		leftnav[5][2][6] = {text:'Guided Learning', url:'/neurology/training/adult/learning.html'};
		leftnav[5][2][7] = {text:'Current Residents', url:'/neurology/training/adult/resident.html'};
		leftnav[5][2][8] = {text:'Resident Life', url:'/neurology/training/adult/reslife.html'};
	leftnav[5][3] = {text:'Child Neurology', url:'/neurology/training/child/'};
		leftnav[5][3][0] = {text:'Program Director & Faculty', url:'/neurology/training/child/faculty.html'};
		leftnav[5][3][1] = {text:'Rotations', url:'/neurology/training/child/rotations.html'};
		leftnav[5][3][2] = {text:'Inpatient', url:'/neurology/training/child/inpatient.html'};
		leftnav[5][3][3] = {text:'Outpatient', url:'/neurology/training/child/outpatient.html'};
		leftnav[5][3][4] = {text:'Electives', url:'/neurology/training/child/electives.html'};
		leftnav[5][3][5] = {text:'Oncall', url:'/neurology/training/child/oncall.html'};
		leftnav[5][3][6] = {text:'Guided Learning', url:'/neurology/training/child/learning.html'};
		leftnav[5][3][7] = {text:'Current Residents', url:'/neurology/training/child/residents.html'};
		leftnav[5][3][8] = {text:'Resident Life', url:'/neurology/training/child/reslife.html'};
		leftnav[5][3][9] = {text:'Subspecialties Services', url:'/neurology/training/child/subspecialties.html'};
	leftnav[5][4] = {text:'Neurology, Radiology & Neuroradiology', url:'/neurology/training/neurorad/'};
		leftnav[5][4][0] = {text:'Program Director & Faculty', url:'/neurology/training/neurorad/faculty.html'};
		leftnav[5][4][1] = {text:'Rotations', url:'/neurology/training/neurorad/rotations.html'};
		leftnav[5][4][2] = {text:'Inpatient', url:'/neurology/training/neurorad/inpatient.html'};
		leftnav[5][4][3] = {text:'Outpatient', url:'/neurology/training/neurorad/outpatient.html'};
		leftnav[5][4][4] = {text:'Electives', url:'/neurology/training/neurorad/electives.html'};
		leftnav[5][4][5] = {text:'Oncall', url:'/neurology/training/neurorad/oncall.html'};
		leftnav[5][4][6] = {text:'Guided Learning', url:'/neurology/training/neurorad/learning.html'};
		leftnav[5][4][7] = {text:'Current Residents', url:'/neurology/training/neurorad/residents.html'};
		leftnav[5][4][8] = {text:'Resident Life', url:'/neurology/training/neurorad/reslife.html'};
	leftnav[5][5] = {text:'Psychiatry & Neurology', url:'/neurology/training/neuropsych/'};
		leftnav[5][5][0] = {text:'Program Director & Faculty', url:'/neurology/training/neuropsych/faculty.html'};
		leftnav[5][5][1] = {text:'Rotations', url:'/neurology/training/neuropsych/rotations.html'};
		leftnav[5][5][2] = {text:'Inpatient', url:'/neurology/training/neuropsych/inpatient.html'};
		leftnav[5][5][3] = {text:'Outpatient', url:'/neurology/training/neuropsych/outpatient.html'};
		leftnav[5][5][4] = {text:'Electives', url:'/neurology/training/neuropsych/electives.html'};
		leftnav[5][5][5] = {text:'Oncall', url:'/neurology/training/neuropsych/oncall.html'};
		leftnav[5][5][6] = {text:'Guided Learning', url:'/neurology/training/neuropsych/learning.html'};
		leftnav[5][5][7] = {text:'Current Residents', url:'/neurology/training/neuropsych/residents.html'};
		leftnav[5][5][8] = {text:'Resident Life', url:'/neurology/training/neuropsych/reslife.html'};
	leftnav[5][6] = {text:'Clinical Neurophysiology', url:'/neurology/training/neurophysio/'};
		leftnav[5][6][0] = {text:'Program Director & Faculty', url:'/neurology/training/neurophysio/faculty.html'};
		leftnav[5][6][1] = {text:'Rotations', url:'/neurology/training/neurophysio/rotations.html'};
		leftnav[5][6][2] = {text:'Current Residents', url:'/neurology/training/neurophysio/residents.html'};
	leftnav[5][7] = {text:'Fellowships', url:'/neurology/training/fellowships/'};
	leftnav[5][8] = {text:'2007 Staff Graduation', url:'/neurology/training/2007Graduation/index.html'};
	leftnav[5][9] = {text:'Other Links', url:'/neurology/training/links.html'};
	leftnav[5][10] = {text:'Alumni', url:'/neurology/training/alumni/'};
				leftnav[5][10][0] = {text:'Leadership Positions', url:'/neurology/training/alumni/leadership_positions.html'};
	leftnav[5][11] = {text:'Interview Requirements', url:'/neurology/training/interview_requirements.html'};
	
leftnav[6] = {text:'Contact Us', url:'/neurology/contact/'};
	leftnav[6][0] = {text:'Our Offices', url:'/neurology/contact/offices.html'};
	leftnav[6][1] = {text:'Directions, Maps, Parking', url:'/neurology/contact/directions.html'};

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