/* 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/epilepsy/'};
leftnav[1] = {text:'Conditions We Treat', url:'/neurosurgery/epilepsy/conditions/'};
	leftnav[1][0] = {text:'Epilepsy Surgery Overview', url:'/neurosurgery/epilepsy/conditions/overview.html'};
	leftnav[1][1] = {text:'Anticonvulsant Medications', url:'/neurosurgery/epilepsy/conditions/anticonvulsants.html'};
	leftnav[1][2] = {text:'Are You a Candidate?', url:'/neurosurgery/epilepsy/conditions/candidate.html'};
	leftnav[1][3] = {text:'Initial Testing', url:'/neurosurgery/epilepsy/conditions/testing.html'};
	leftnav[1][4] = {text:'Preoperative Evaluation', url:'/neurosurgery/epilepsy/conditions/evaluation.html'};
	leftnav[1][5] = {text:'Epilepsy Surgery', url:'/neurosurgery/epilepsy/conditions/surgery/'};
		leftnav[1][5][0] = {text:'Two-Stage Procedure', url:'/neurosurgery/epilepsy/conditions/surgery/two_stage.html'};
		leftnav[1][5][1] = {text:'Three-Stage Procedure', url:'/neurosurgery/epilepsy/conditions/surgery/three_stage.html'};
		leftnav[1][5][2] = {text:'Single-Stage Procedure', url:'/neurosurgery/epilepsy/conditions/surgery/single_stage.html'};
		leftnav[1][5][3] = {text:'Additional Surgical Options', url:'/neurosurgery/epilepsy/conditions/surgery/options.html'};
		leftnav[1][5][4] = {text:'What to Expect', url:'/neurosurgery/epilepsy/conditions/surgery/expect.html'};
	leftnav[1][6] = {text:'Benefits of Epilepsy Surgery', url:'/neurosurgery/epilepsy/conditions/benefits.html'};
	leftnav[1][7] = {text:'Comprehensive Epilepsy Center', url:'/neurosurgery/epilepsy/conditions/center.html'};
	leftnav[1][8] = {text:'Considering Epilepsy Surgery', url:'/neurosurgery/epilepsy/conditions/consider.html'};
	leftnav[1][9] = {text:'Vagal Nerve Stimulation', url:'/neurosurgery/epilepsy/conditions/vagal.html'};
leftnav[2] = {text:'Surgical Specialists', url:'/neurosurgery/epilepsy/surgical_specialists/'};











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

