/* 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/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();

/* DO NOT EDIT ABOVE */
leftnav[0] = {text:'Home', url:'/cec/'};
leftnav[1] = {text:'Epilepsy and Seizures', url:'/cec/epilepsy_seizures/'};
leftnav[2]= {text:'About Epilepsy &amp; Seizures', url:'/cec/epilepsy_seizures/about/'};
	leftnav[2][0]= {text:'What is a Seizure', url:'/cec/epilepsy_seizures/about/seizures.html'};
	leftnav[2][1]= {text:'Generalized Seizures', url:'/cec/epilepsy_seizures/about/generalized.html'};
	leftnav[2][2]= {text:'Partial Seizures', url:'/cec/epilepsy_seizures/about/partial.html'};
	leftnav[2][3]= {text:'What is Epilepsy', url:'/cec/epilepsy_seizures/about/epilepsy.html'};
	leftnav[2][4]= {text:'Types of Epilepsy', url:'/cec/epilepsy_seizures/about/types.html'};
		leftnav[2][4][0]= {text:'Temporal Lobe Epilepsy', url:'/cec/epilepsy_seizures/about/temporal_lobe.html'};
		leftnav[2][4][1]= {text:'Frontal Lobe Epilepsy', url:'/cec/epilepsy_seizures/about/frontal_lobe.html'};
		leftnav[2][4][2]= {text:'Progressive Myoclonic Epilepsies', url:'/cec/epilepsy_seizures/about/progressive_myoclonic.html'};
		leftnav[2][4][3]= {text:'Parietal Lobe Epilepsy', url:'/cec/epilepsy_seizures/about/parietal_lobe.html'};
		leftnav[2][4][4]= {text:'Occipital Lobe Epilepsy', url:'/cec/epilepsy_seizures/about/occipital_lobe.html'};
		leftnav[2][4][5]= {text:'Primary Generalized Epilepsy', url:'/cec/epilepsy_seizures/about/primary_generalized.html'};
		leftnav[2][4][6]= {text:'Idiopathic Partial Epilepsy', url:'/cec/epilepsy_seizures/about/idiopathic_partial.html'};
		leftnav[2][4][7]= {text:'Symptomatic Generalized Epilepsy', url:'/cec/epilepsy_seizures/about/symptomatic_generalized.html'};
		leftnav[2][4][8]= {text:'Reflex Epilepsies', url:'/cec/epilepsy_seizures/about/reflex.html'};
		leftnav[2][4][9]= {text:'Febrile Seizures', url:'/cec/epilepsy_seizures/about/febrile.html'};
		leftnav[2][4][10]= {text:'Benign Rolandic Epilepsy', url:'/cec/epilepsy_seizures/about/benign_rolandic.html'};
		leftnav[2][4][11]= {text:'Juvenile Myoclonic Epilepsy', url:'/cec/epilepsy_seizures/about/juvenile_myoclonic.html'};
		leftnav[2][4][12]= {text:'Infantile Spasms', url:'/cec/epilepsy_seizures/about/infantile_spasms.html'};
		leftnav[2][4][13]= {text:'Lennox-Gastaut Syndrome', url:'/cec/epilepsy_seizures/about/lennox_gastaut.html'};
		leftnav[2][4][14]= {text:'Childhood Absence Epilepsy', url:'/cec/epilepsy_seizures/about/childhood_absence.html'};
		leftnav[2][4][15]= {text:'Benign Occipital Epilepsy', url:'/cec/epilepsy_seizures/about/benign_occipital.html'};
		leftnav[2][4][16]= {text:'Mitochondrial Disorders', url:'/cec/epilepsy_seizures/syndromes/mitochondrial.html'};
		leftnav[2][4][17]= {text:'Landau Kleffner Syndrome', url:'/cec/epilepsy_seizures/syndromes/landau_kleffner.html'};
		leftnav[2][4][18]= {text:'Rasmussen Syndrome', url:'/cec/epilepsy_seizures/syndromes/rasmussen.html'};
		leftnav[2][4][19]= {text:'Hypthalamic Hamartoma', url:'/cec/epilepsy_seizures/about/hypothalamic.html'};
	leftnav[2][5]= {text:'Psychogenic Nonepileptic Seizures', url:'/cec/epilepsy_seizures/about/pnes.html'};
	leftnav[2][6]= {text:'Sudden Unexplained Death in Epilepsy', url:'/cec/epilepsy_seizures/about/sudep.html'};
	leftnav[2][7]= {text:'Frequently Asked Questions', url:'/cec/faq/'};
leftnav[3] = {text:'Diagnosing Epilepsy', url:'/cec/diagnosing/'};
	leftnav[3][0] = {text:'Medical History', url:'/cec/diagnosing/detailed/'};
	leftnav[3][1] = {text:'General Examination', url:'/cec/diagnosing/detailed/general_medical.html'};
	leftnav[3][2] = {text:'Neurological Examination', url:'/cec/diagnosing/detailed/neurological.html'};
	leftnav[3][3] = {text:'EEG', url:'/cec/programs/testing/eeg.html'};
		leftnav[3][3][0] = {text:'Routine EEG', url:'/cec/programs/testing/eeg.html#a'};
		leftnav[3][3][1] = {text:'Ambulatory EEG', url:'/cec/programs/testing/eeg.html#b'};
		leftnav[3][3][2] = {text:'Video EEG Monitoring', url:'/cec/programs/testing/videoeeg.html'};

	leftnav[3][4] = {text:'Neuroimaging', url:'/cec/diagnosing/detailed/neuroimaging/'};
		leftnav[3][4][0] = {text:'MEG/MSI', url:'/cec/diagnosing/detailed/neuroimaging/meg.html'};
		leftnav[3][4][1] = {text:'CT Scan', url:'/cec/diagnosing/detailed/neuroimaging/ctscan.html'};
		leftnav[3][4][2] = {text:'MRI', url:'/cec/diagnosing/detailed/neuroimaging/mri.html'};
		leftnav[3][4][3] = {text:'MRS', url:'/cec/diagnosing/detailed/neuroimaging/mrs.html'};
		leftnav[3][4][4] = {text:'SPECT', url:'/cec/diagnosing/detailed/neuroimaging/spect.html'};
		leftnav[3][4][5] = {text:'PET', url:'/cec/diagnosing/detailed/neuroimaging/pet.html'};
		leftnav[3][4][6] = {text:'fMRI', url:'/cec/diagnosing/detailed/neuroimaging/fmri.html'};





leftnav[4] = {text:'Neurological Tests', url:'/cec/diagnosing/diagnostic/'};
	leftnav[4][0] = {text:'EEG Overview', url:'/cec/diagnosing/diagnostic/eeg_main.html'};
	leftnav[4][1] = {text:'MEG', url:'/cec/diagnosing/diagnostic/meg.html'};
	leftnav[4][2] = {text:'Neuroimaging', url:'/cec/diagnosing/diagnostic/neuro.html'};
	leftnav[4][3] = {text:'CT Scan', url:'/cec/diagnosing/diagnostic/ct.html'};
	leftnav[4][4] = {text:'MRI', url:'/cec/diagnosing/diagnostic/mri.html'};
	leftnav[4][5] = {text:'SPECT', url:'/cec/diagnosing/diagnostic/spect.html'};
	leftnav[4][6] = {text:'PET Scan', url:'/cec/diagnosing/diagnostic/pet.html'};
leftnav[5] = {text:'Children and Epilepsy', url:'/cec/epilepsy_seizures/children/'};
	leftnav[5][0] = {text:'Causes in Children', url:'/cec/epilepsy_seizures/children/causes.html'};
	leftnav[5][1] = {text:'Children and Medication', url:'/cec/epilepsy_seizures/children/medication.html'};
	leftnav[5][2] = {text:'Blood Tests for Children', url:'/cec/epilepsy_seizures/children/blood_tests.html'};
	leftnav[5][3] = {text:'Dietary Therapies', url:'/cec/epilepsy_seizures/children/diet.html'};
	leftnav[5][4] = {text:'Epilepsy and Handicaps', url:'/cec/epilepsy_seizures/handicap/'};
		leftnav[5][4][0] = {text:'Overview of Handicaps', url:'/cec/epilepsy_seizures/handicap/mental_overview.html'};
		leftnav[5][4][1] = {text:'IQ Testing and Handicaps', url:'/cec/epilepsy_seizures/handicap/iq_testing.html'};
		leftnav[5][4][2] = {text:'Handicap Programs', url:'/cec/epilepsy_seizures/handicap/programs.html'};
		leftnav[5][4][3] = {text:'Cerebral Palsy Overview', url:'/cec/epilepsy_seizures/handicap/palsy_overview.html'};
		leftnav[5][4][4] = {text:'Classifying Cerebral Palsy', url:'/cec/epilepsy_seizures/handicap/classification.html'};
		leftnav[5][4][5] = {text:'Types of Cerebral Palsy', url:'/cec/epilepsy_seizures/handicap/palsy_types.html'};
		leftnav[5][4][6] = {text:'Spastic Herniparesis', url:'/cec/epilepsy_seizures/handicap/spastic_hemiparesis.html'};
		leftnav[5][4][7] = {text:'Diplegia', url:'/cec/epilepsy_seizures/handicap/diplegia.html'};
		leftnav[5][4][8] = {text:'Spastic Quadriparesis', url:'/cec/epilepsy_seizures/handicap/spastic_quadriparesis.html'};
		leftnav[5][4][9] = {text:'Extrapyramidal Cerebral Palsy', url:'/cec/epilepsy_seizures/handicap/extrapyramidal.html'};
		leftnav[5][4][10] = {text:'Cerebral Palsy Treatment', url:'/cec/epilepsy_seizures/handicap/palsy_treatment.html'};
		leftnav[5][4][11] = {text:'Importance of Exercise', url:'/cec/epilepsy_seizures/handicap/exercise.html'};
leftnav[6] = {text:'Women and Epilepsy', url:'/cec/epilepsy_seizures/women/'};
	leftnav[6][0] = {text:'Menstruation, Hormones &amp; Seizures', url:'/cec/epilepsy_seizures/women/menstruation.html'};
	leftnav[6][1] = {text:'Fertility', url:'/cec/epilepsy_seizures/women/fertility.html'};
	leftnav[6][2] = {text:'Planning Before Pregnancy', url:'/cec/epilepsy_seizures/women/before_pregnancy.html'};
	leftnav[6][3] = {text:'Risks of Pregnancy', url:'/cec/epilepsy_seizures/women/risks.html'};
	leftnav[6][4] = {text:'Effects of Antiepileptic Drugs', url:'/cec/epilepsy_seizures/women/antiepileptic.html'};
	leftnav[6][5] = {text:'Reducing Risks of Birth Defects', url:'/cec/epilepsy_seizures/women/birth_defects.html'};
	leftnav[6][6] = {text:'Care During Pregnancy', url:'/cec/epilepsy_seizures/women/during_pregnancy.html'};
	leftnav[6][7] = {text:'Effects of Seizures', url:'/cec/epilepsy_seizures/women/effects.html'};
	leftnav[6][8] = {text:'Labor and Delivery', url:'/cec/epilepsy_seizures/women/labor.html'};
	leftnav[6][9] = {text:'Breastfeeding', url:'/cec/epilepsy_seizures/women/breastfeeding.html'};
leftnav[7] = {text:'Men and Epilepsy', url:'/cec/epilepsy_seizures/men/'};
	leftnav[7][0] = {text:'Sexual Function', url:'/cec/epilepsy_seizures/men/sexual_function.html'};
	leftnav[7][1] = {text:'Reproductive Function', url:'/cec/epilepsy_seizures/men/reproductive_function.html'};
leftnav[8] = {text:'Seniors and Epilepsy', url:'/cec/epilepsy_seizures/seniors/'};
	leftnav[8][0] = {text:'Diagnosing Epilepsy', url:'/cec/epilepsy_seizures/seniors/diagnosis.html'};
	leftnav[8][1] = {text:'Treating Epilepsy', url:'/cec/epilepsy_seizures/seniors/treatment.html'};
	leftnav[8][2] = {text:'Medications for Epilepsy', url:'/cec/epilepsy_seizures/seniors/medication.html'};
	leftnav[8][3] = {text:'Effects of Seizures', url:'/cec/epilepsy_seizures/seniors/effects.html'};
leftnav[9] = {text:'Epilepsy and Developmental Disabilities', url:'/cec/epilepsy_seizures/disabilities/'};
	leftnav[9][0] = {text:'Types of Developmental Disabilities', url:'/cec/epilepsy_seizures/disabilities/types.html'};
	leftnav[9][1] = {text:'Treatment', url:'/cec/epilepsy_seizures/disabilities/treatment.html'};
leftnav[10] = {text:'Treating Epilepsy', url:'/cec/epilepsy_seizures/treatment/'};
	leftnav[10][0] = {text:'Medications', url:'#'};
		leftnav[10][0][0] = {text: 'Managing Side Effects', url: '/cec/epilepsy_seizures/treatment/medications/side_effects.html'};		
		leftnav[10][0][1] = {text: 'Access to Medications', url: '/cec/epilepsy_seizures/treatment/medications/access.html'};
		leftnav[10][0][2] = {text: 'Managing Medications', url: '/cec/epilepsy_seizures/treatment/medications/managing.html'};

	leftnav[10][1] = {text:'Surgery', url:'/cec/epilepsy_seizures/treatment/surgery/'};
		leftnav[10][1][0] = {text: 'Is Surgery Right For You?', url:'/cec/epilepsy_seizures/treatment/surgery/right.html'};
		leftnav[10][1][1] = {text: 'A Multi-Disciplinary Approach', url:'/cec/epilepsy_seizures/treatment/surgery/appraoch.html'};
		leftnav[10][1][2] = {text: 'Preoperative Diagnostic Testing', url:'/cec/epilepsy_seizures/treatment/surgery/testing.html'};
		leftnav[10][1][3] = {text: 'Epilepsy Surgery Treatment Options', url:'/cec/epilepsy_seizures/treatment/surgery/treatment.html'};
		leftnav[10][1][4] = {text: 'What to Expect During Surgery', url:'/cec/epilepsy_seizures/treatment/surgery/during.html'};
		leftnav[10][1][5] = {text: 'Risks of Epilepsy Surgery', url:'/cec/epilepsy_seizures/treatment/surgery/risks.html'};
		leftnav[10][1][6] = {text: 'Epilepsy Surgery Results', url:'/cec/epilepsy_seizures/treatment/surgery/results.html'};
		leftnav[10][1][7] = {text: 'Personal Perspectives', url:'/cec/epilepsy_seizures/treatment/surgery/perspectives.html'};
	leftnav[10][2] = {text:'Vagus Nerve Stimulation', url:'/cec/epilepsy_seizures/treatment/vns/'};
		leftnav[10][2][0] = {text:'About VNS', url:'/cec/epilepsy_seizures/treatment/vns/overview.html'};
		leftnav[10][2][1] = {text:'About VNS Surgery', url:'/cec/epilepsy_seizures/treatment/vns/surgery.html'};
		leftnav[10][2][2] = {text:'VNS at NYU Medical Center', url:'/cec/epilepsy_seizures/treatment/vns/nyumc.html'};
		leftnav[10][2][3] = {text:'History of VNS', url:'/cec/epilepsy_seizures/treatment/vns/history.html'};
	leftnav[10][3] = {text:'Alternative Therapies', url:'/cec/epilepsy_seizures/treatment/therapies/'};
		leftnav[10][3][0] = {text:'Herbal Therapies', url:'/cec/epilepsy_seizures/treatment/therapies/herbal.html'};
		leftnav[10][3][1] = {text:'Relaxation &amp; Biofeedback', url:'/cec/epilepsy_seizures/treatment/therapies/biofeedback.html'};
		leftnav[10][3][2] = {text:'Acupuncture', url:'/cec/epilepsy_seizures/treatment/therapies/acupuncture.html'};
		leftnav[10][3][3] = {text:'Chiropractic Therapy', url:'/cec/epilepsy_seizures/treatment/therapies/chiropractic.html'};
		leftnav[10][3][4] = {text:'Self-Control of Seizures', url:'/cec/epilepsy_seizures/treatment/therapies/self_control.html'};
		leftnav[10][3][5] = {text:'Additional Resources', url:'/cec/epilepsy_seizures/treatment/therapies/resources.html'};
	leftnav[10][4] = {text:'Dietary Therapies', url:'/cec/epilepsy_seizures/treatment/diet/'};
		leftnav[10][4][0] = {text:'About the Ketogenic Diet', url:'/cec/epilepsy_seizures/treatment/diet/ketogenic_about.html'};
		leftnav[10][4][1] = {text:'Ketogenic Diet Candidates', url:'/cec/epilepsy_seizures/treatment/diet/ketogenic_candidates.html'};
		leftnav[10][4][2] = {text:'Starting the Diet', url:'/cec/epilepsy_seizures/treatment/diet/ketogenic_starting.html'};
		leftnav[10][4][3] = {text:'Stopping the Diet', url:'/cec/epilepsy_seizures/treatment/diet/ketogenic_stopping.html'};
		leftnav[10][4][4] = {text:'Additional Information', url:'/cec/epilepsy_seizures/treatment/diet/ketogenic_info.html'};
		leftnav[10][4][5] = {text:'Modified Atkins Diet', url:'/cec/epilepsy_seizures/treatment/diet/atkins.html'};
		leftnav[10][4][6] = {text:'Low Glycemic Index Treatment', url:'/cec/epilepsy_seizures/treatment/diet/glycemic.html'};
	leftnav[10][5] = {text:'Clinical Drug Trials', url:'#'};
leftnav[11] = {text:'Living with Epilepsy', url:'/cec/epilepsy_seizures/living/'};
	leftnav[11][0] = {text:'Related Disorders', url:'/cec/epilepsy_seizures/living/disorders/'};
		leftnav[11][0][0] = {text:'About Depression', url:'/cec/epilepsy_seizures/living/disorders/depression_about.html'};
		leftnav[11][0][1] = {text:'Depression &amp; Epilepsy', url:'/cec/epilepsy_seizures/living/disorders/depression_epilepsy.html'};
		leftnav[11][0][2] = {text:'Treating Depression', url:'/cec/epilepsy_seizures/living/disorders/depression_treatment.html'};
		leftnav[11][0][3] = {text:'Anxiety', url:'/cec/epilepsy_seizures/living/disorders/anxiety.html'};
		leftnav[11][0][4] = {text:'Psychosis', url:'/cec/epilepsy_seizures/living/disorders/psychosis.html'};
	leftnav[11][1] = {text:'Epilepsy &amp; Lifestyle', url:'/cec/epilepsy_seizures/living/lifestyle/'};
		leftnav[11][1][0] = {text:'Sleep &amp; Epilepsy', url:'/cec/epilepsy_seizures/living/lifestyle/sleep_about.html'};
		leftnav[11][1][1] = {text:'Improving Sleep', url:'/cec/epilepsy_seizures/living/lifestyle/sleep_better.html'};
		leftnav[11][1][2] = {text:'Sports &amp; Activities', url:'/cec/epilepsy_seizures/living/lifestyle/sports.html'};
		leftnav[11][1][3] = {text:'Smoking &amp; Epilepsy', url:'/cec/epilepsy_seizures/living/lifestyle/smoking.html'};
		leftnav[11][1][4] = {text:'Relationships &amp; Epilepsy', url:'/cec/epilepsy_seizures/living/lifestyle/relationship_about.html'};
		leftnav[11][1][5] = {text:'Dating &amp; Disclosure', url:'/cec/epilepsy_seizures/living/lifestyle/relationship_disclosure.html'};
		leftnav[11][1][6] = {text:'Epilepsy &amp; Sex', url:'/cec/epilepsy_seizures/living/lifestyle/relationship_sex.html'};
		leftnav[11][1][7] = {text:'Employment &amp; Epilepsy', url:'/cec/epilepsy_seizures/living/lifestyle/employment_about.html'};
		leftnav[11][1][8] = {text:'Employment Rights', url:'/cec/epilepsy_seizures/living/lifestyle/employment_rights.html'};
		leftnav[11][1][9] = {text:'Employment &amp; Disclosure', url:'/cec/epilepsy_seizures/living/lifestyle/employment_disclosure.html'};
		leftnav[11][1][10] = {text:'Driving &amp; Epilepsy', url:'/cec/epilepsy_seizures/living/lifestyle/driving_about.html'};
		leftnav[11][1][11] = {text:'Driving &amp; Liability', url:'/cec/epilepsy_seizures/living/lifestyle/driving_liability.html'};
		leftnav[11][1][12] = {text:'Health Insurance', url:'/cec/epilepsy_seizures/living/lifestyle/health_insurance.html'};

/* DO NOT EDIT BELOW */

leftnavBuild( leftnav );

createMenuEnd();

/* DO NOT EDIT DIRECTLY ABOVE */

