/* DO NOT EDIT DIRECTLY BELOW */
createMenuTop();
/*
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'};
*/
var leftnav = new Array();
/* DO NOT EDIT ABOVE */

leftnav[0] = {text:'Dept. Home', url:'/hjd/hjdspine/'};
leftnav[1] = {text:'About Us', url:'/hjd/hjdspine/about/'};
	leftnav[1][0] = {text:'Overview', url:'/hjd/hjdspine/about/overview.html'};
	leftnav[1][1] = {text:'Appointments', url:'/hjd/hjdspine/about/appointments.html'};
	leftnav[1][2] = {text:'Office Policies', url:'/hjd/hjdspine/about/policies.html'};
	leftnav[1][3] = {text:'NYU Hospitals and Affiliates', url:'/hjd/hjdspine/about/affiliates.html'};
leftnav[2] = {text:'Faculty', url:'/hjd/hjdspine/faculty/bios/'};
	
	leftnav[2][0] = {text:'Jeffrey M. Spivak, M.D.', url:'/hjd/hjdspine/faculty/bios/spivak.html'};
	leftnav[2][1] = {text:'John A. Bendo, M.D.', url:'/hjd/hjdspine/faculty/bios/bendo.html'};
	leftnav[2][2] = {text:'Ronald Moskovich, M.D.', url:'/hjd/hjdspine/faculty/bios/moskovich.html'};
	leftnav[2][3] = {text:'Thomas J. Errico, M.D.', url:'/hjd/hjdspine/faculty/bios/errico.html'};
	leftnav[2][4] = {text:'Jeffrey A. Goldstein, M.D., F.A.C.S.', url:'/hjd/hjdspine/faculty/bios/goldstein.html'};
	leftnav[2][5] = {text:'Marco A. Campello, B.S., M.A.', url:'/hjd/hjdspine/faculty/bios/campello.html'};
	leftnav[2][6] = {text:'Margareta Nordin, P.T., Dr. Sci.', url:'/hjd/hjdspine/faculty/bios/nordin.html'};
	leftnav[2][7] = {text:'Jeffrey Perry, D.O.', url:'/hjd/hjdspine/faculty/bios/perry.html'};
	leftnav[2][8] = {text:'Christopher Gharibo, M.D.', url:'/hjd/hjdspine/faculty/bio.html?bio=gharic01.html'};
	leftnav[2][9] = {text:'Paul Gusmorino, M.D.', url:'/hjd/hjdspine/faculty/bios/gusmorino.html'};
	leftnav[2][10] = {text:'Kiril Kiprovski, M.D.', url:'/hjd/hjdspine/faculty/bios/kiprovski.html'};
	leftnav[2][11] = {text:'Stephen Honig, M.D., M.Sc.', url:'/hjd/hjdspine/faculty/bios/honig.html'};
	leftnav[2][12] = {text:'Jamie Santore, RPA-C', url:'/hjd/hjdspine/faculty/bios/santore.html'};
	leftnav[2][13] = {text:'Alexandra Lee', url:'/hjd/hjdspine/faculty/bios/lee.html'};
	leftnav[2][14] = {text:'Jessie Pierre', url:'/hjd/hjdspine/faculty/bios/pierre.html'};
	
leftnav[3] = {text:'Patient Care', url:'/hjd/hjdspine/patientcare/'};
	leftnav[3][0] = {text:'Diagnostic Tests', url:'/hjd/hjdspine/patientcare/diagnostic/'};
	leftnav[3][0][0]= {text:'X-ray', url:'/hjd/hjdspine/patientcare/diagnostic/xray.html'};
	leftnav[3][0][1] = {text:'MRI', url:'/hjd/hjdspine/patientcare/diagnostic/mri.html'};
	leftnav[3][0][2] = {text:'CT - Computed Tomography', url:'/hjd/hjdspine/patientcare/diagnostic/ct.html'};
	leftnav[3][0][3] = {text:'Myelography', url:'/hjd/hjdspine/patientcare/diagnostic/myelography.html'};
	leftnav[3][0][4]= {text:'Discography', url:'/hjd/hjdspine/patientcare/diagnostic/discography.html'};
	leftnav[3][0][5] = {text:'Diagnostic Injections', url:'/hjd/hjdspine/patientcare/diagnostic/injections.html'};
	leftnav[3][0][6] = {text:'Electrodiagnostic Tests', url:'/hjd/hjdspine/patientcare/diagnostic/electrodiagnostic.html'};
	
	leftnav[3][1] = {text:'Nonoperative Treatments', url:'/hjd/hjdspine/patientcare/nonoperative/'};
	leftnav[3][1][0] = {text:'Back Exercise', url:'/hjd/hjdspine/patientcare/nonoperative/back/'};
		leftnav[3][1][0][0]= {text:'Buttocks Stretch', url:'/hjd/hjdspine/patientcare/nonoperative/back/buttocks.html'};
		leftnav[3][1][0][1]= {text:'Hamstring Stretch', url:'/hjd/hjdspine/patientcare/nonoperative/back/hamstring.html'};
		leftnav[3][1][0][2]= {text:'Pelvic Tilt', url:'/hjd/hjdspine/patientcare/nonoperative/back/pelvic.html'};
		leftnav[3][1][0][3]= {text:'Abnominal Curl-up ', url:'/hjd/hjdspine/patientcare/nonoperative/back/abcurl.html'};
		leftnav[3][1][0][4]= {text:'Knee to Chest', url:'/hjd/hjdspine/patientcare/nonoperative/back/kneetochest.html'};
		leftnav[3][1][0][5]= {text:'Arch and Curve ', url:'/hjd/hjdspine/patientcare/nonoperative/back/arch.html'};
		leftnav[3][1][0][6]= {text:'Pelvic Lift', url:'/hjd/hjdspine/patientcare/nonoperative/back/pelviclift.html'};
		leftnav[3][1][0][7]= {text:'Press-up', url:'/hjd/hjdspine/patientcare/nonoperative/back/pressup.html'};
		leftnav[3][1][0][8]= {text:'Back Bending 1 ', url:'/hjd/hjdspine/patientcare/nonoperative/back/bend1.html'};
		leftnav[3][1][0][9]= {text:'Back Bending II ', url:'/hjd/hjdspine/patientcare/nonoperative/back/bend2.html'};
	leftnav[3][1][1] = {text:'Neck Exercise', url:'/hjd/hjdspine/patientcare/nonoperative/neck/'};
		leftnav[3][1][1][0]= {text:'Upper Back Stretching', url:'/hjd/hjdspine/patientcare/nonoperative/neck/upper.html'};
		leftnav[3][1][1][1]= {text:'Neck Rotation', url:'/hjd/hjdspine/patientcare/nonoperative/neck/rotation.html'};
		leftnav[3][1][1][2]= {text:'Neck Stretch ', url:'/hjd/hjdspine/patientcare/nonoperative/neck/stretch.html'};
		leftnav[3][1][1][3]= {text:'Neck Side Bending ', url:'/hjd/hjdspine/patientcare/nonoperative/neck/sidebend.html'};
		leftnav[3][1][1][4]= {text:'Chin Tucks', url:'/hjd/hjdspine/patientcare/nonoperative/neck/chintucks.html'};
		leftnav[3][1][1][5]= {text:'Upper Trunk Stretch ', url:'/hjd/hjdspine/patientcare/nonoperative/neck/uppertrunk.html'};
		leftnav[3][1][1][6]= {text:'Palm Press', url:'/hjd/hjdspine/patientcare/nonoperative/neck/palmpress.html'};
		leftnav[3][1][1][7]= {text:'Neck Isometric Forward Flexion', url:'/hjd/hjdspine/patientcare/nonoperative/neck/isometric.html'};
		leftnav[3][1][1][8]= {text:'Elbow Press', url:'/hjd/hjdspine/patientcare/nonoperative/neck/elbowpress.html'};
		leftnav[3][1][1][9]= {text:'Mid-Back Strengthening', url:'/hjd/hjdspine/patientcare/nonoperative/neck/midback.html'};
	leftnav[3][1][2] = {text:'Acupuncture', url:'/hjd/hjdspine/patientcare/nonoperative/acupuncture.html'};
	leftnav[3][1][3]= {text:'Back Tips ', url:'/hjd/hjdspine/patientcare/nonoperative/back/backtips.html'};
	leftnav[3][1][4]= {text:'Neck Tips ', url:'/hjd/hjdspine/patientcare/nonoperative/neck/necktips.html'};

leftnav[4] = {text:'Patient Education', url:'/hjd/hjdspine/education/'};
	leftnav[4][0] = {text:'Spine Anatomy', url:'/hjd/hjdspine/education/anatomy/'};
		leftnav[4][0][0] = {text:'Overview', url:'/hjd/hjdspine/education/anatomy/overview.html'};
		leftnav[4][0][1] = {text:'Bones and Discs', url:'/hjd/hjdspine/education/anatomy/bonesanddiscs/'};
			leftnav[4][0][1][0] = {text:'Vertebrae', url:'/hjd/hjdspine/education/anatomy/bonesanddiscs/vertebrae.html'};
			leftnav[4][0][1][1] = {text:'Facet Joints', url:'/hjd/hjdspine/education/anatomy/bonesanddiscs/facetjoints.html'};
			leftnav[4][0][1][2] = {text:'Intervertebral Discs', url:'/hjd/hjdspine/education/anatomy/bonesanddiscs/intervertebraldiscs.html'};
		leftnav[4][0][2] = {text:'Muscles and Ligaments', url:'/hjd/hjdspine/education/anatomy/musclesandligaments/'};
			leftnav[4][0][2][0] = {text:'Muscles', url:'/hjd/hjdspine/education/anatomy/musclesandligaments/muscles.html'};
			leftnav[4][0][2][1] = {text:'Ligaments', url:'/hjd/hjdspine/education/anatomy/musclesandligaments/ligaments.html'};
		leftnav[4][0][3] = {text:'Spinal Cord and Nerves', url:'/hjd/hjdspine/education/anatomy/spinalcordandnerves.html'};
		leftnav[4][0][4] = {text:'Spinal Motion', url:'/hjd/hjdspine/education/anatomy/spinalmotion.html'};
	leftnav[4][1] = {text:'Spine Problems', url:'/hjd/hjdspine/education/problems/'};
		leftnav[4][1][0] = {text:'Back and Leg Pain', url:'/hjd/hjdspine/education/problems/backandleg/'};
			leftnav[4][1][0][0] = {text:'Overview', url:'/hjd/hjdspine/education/problems/backandleg/overview.html'};
			leftnav[4][1][0][1] = {text:'Muscle Strain and Muscle Fatigue', url:'/hjd/hjdspine/education/problems/backandleg/muscles.html'};
			leftnav[4][1][0][2] = {text:'Spondylosis', url:'/hjd/hjdspine/education/problems/backandleg/spondylosis.html'};
			leftnav[4][1][0][3] = {text:'Lumbar Herniated Disc', url:'/hjd/hjdspine/education/problems/backandleg/lumbarherniated.html'};
			leftnav[4][1][0][4] = {text:'Lumbar Spinal Stenosis', url:'/hjd/hjdspine/education/problems/backandleg/lumbarspinal.html'};
			leftnav[4][1][0][5] = {text:'Degenerative Spondylolisthesis ', url:'/hjd/hjdspine/education/problems/backandleg/degenspond.html'};
			leftnav[4][1][0][6] = {text:'Degenerative Scoliosis ', url:'/hjd/hjdspine/education/problems/backandleg/degenscoliosis.html'};
			leftnav[4][1][0][7] = {text:'Isthmic Spondylolisthesis', url:'/hjd/hjdspine/education/problems/backandleg/isthmic.html'};
			leftnav[4][1][0][8] = {text:'Other Causes of Back Pain', url:'/hjd/hjdspine/education/problems/backandleg/other.html'};
		leftnav[4][1][1] = {text:'Neck and Arm Pain', url:'/hjd/hjdspine/education/problems/neckandarm/'};
			leftnav[4][1][1][0] = {text:'Overview', url:'/hjd/hjdspine/education/problems/neckandarm/overview.html'};
			leftnav[4][1][1][1] = {text:'Causes and Types of Neck Pain', url:'/hjd/hjdspine/education/problems/neckandarm/causes.html'};
			leftnav[4][1][1][2] = {text:'Treatment of Neck Pain', url:'/hjd/hjdspine/education/problems/neckandarm/treatment.html'};
			leftnav[4][1][1][3] = {text:'Muscular Strain', url:'/hjd/hjdspine/education/problems/neckandarm/muscular.html'};
			leftnav[4][1][1][4] = {text:'Whiplash', url:'/hjd/hjdspine/education/problems/neckandarm/whiplash.html'};
			leftnav[4][1][1][5] = {text:'Cervical Spondylosis', url:'/hjd/hjdspine/education/problems/neckandarm/cervicalspond.html'};
			leftnav[4][1][1][6] = {text:'Cervical Herniated Disc', url:'/hjd/hjdspine/education/problems/neckandarm/cervicalherniated.html'};
			leftnav[4][1][1][7] = {text:'Cervical Stenosis and Myelopathy ', url:'/hjd/hjdspine/education/problems/neckandarm/cervicalstenosis.html'};
		leftnav[4][1][2] = {text:'Scoliosis', url:'/hjd/hjdspine/education/problems/scoliosis/'};
		leftnav[4][1][3] = {text:'Osteoporosis', url:'/hjd/hjdspine/education/problems/osteoporosis/'};
			leftnav[4][1][3][0]= {text:'Overview', url:'/hjd/hjdspine/education/problems/osteoporosis/overview.html'};
			leftnav[4][1][3][1]= {text:'Who is at Risk?', url:'/hjd/hjdspine/education/problems/osteoporosis/risk.html'};
			leftnav[4][1][3][2]= {text:'How is Bone Density Measured?', url:'/hjd/hjdspine/education/problems/osteoporosis/bonedensity.html'};
			leftnav[4][1][3][3]= {text:'Types of Osteoporosis', url:'/hjd/hjdspine/education/problems/osteoporosis/types.html'};
			leftnav[4][1][3][4]= {text:'Treatment', url:'/hjd/hjdspine/education/problems/osteoporosis/treatment.html'};
		
	leftnav[4][2] = {text:'Glossary', url:'/hjd/hjdspine/education/glossary/'};
		leftnav[4][2][0] = {text:'General Glossary', url:'/hjd/hjdspine/education/glossary/glossary.html'};
		leftnav[4][2][1] = {text:'Diagnostics Tests Definition List', url:'/hjd/hjdspine/education/glossary/diagnosticdefinitionlist.html'};
		leftnav[4][2][2] = {text:'Spine Definition List', url:'/hjd/hjdspine/education/glossary/spinedefinitionlist.html'};
		leftnav[4][2][3] = {text:'Scoliosis Definition List', url:'/hjd/hjdspine/education/glossary/scoliosisdefinitionlist.html'};
		leftnav[4][2][4] = {text:'Neck and Arm Definition List', url:'/hjd/hjdspine/education/glossary/neckarmdefinitionlist.html'};
		leftnav[4][2][5] = {text:'Back and Leg Definition List', url:'/hjd/hjdspine/education/glossary/definitionlist.html'};
	leftnav[4][3] = {text:'Resources', url:'/hjd/hjdspine/education/resources/'};
		leftnav[4][3][0] = {text:'Professional Associations', url:'/hjd/hjdspine/education/resources/associates.html'};
		leftnav[4][3][1] = {text:'Spine Societies', url:'/hjd/hjdspine/education/resources/societies.html'};
		leftnav[4][3][2] = {text:'Government Publications', url:'/hjd/hjdspine/education/resources/publications.html'};
		leftnav[4][3][3] = {text:'Informative Sites', url:'/hjd/hjdspine/education/resources/sites.html'};
		leftnav[4][3][4] = {text:'Fellowship Program ', url:'http://www.med.nyu.edu/hjd/hjdspine/fellowship/'};
	

	
leftnav[5] = {text:'Contact Us', url:'/hjd/hjdspine/contact/'};
	leftnav[5][0] = {text:'General Contact Information ', url:'/hjd/hjdspine/contact/'};
	leftnav[5][1] = {text:'Directions and Maps', url:'/hjd/hjdspine/contact/directions.html'};
leftnav[6] = {text:'News/Events', url:'/hjd/hjdspine/news/'};
	leftnav[6][0] = {text:'News/Events', url:'/hjd/hjdspine/news/'};
	

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

