/* 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/pediatric/'};
leftnav[1] = {text:'Conditions We Treat', url:'/neurosurgery/pediatric/conditions/'};
	leftnav[1][0] = {text:'Brain and Spinal Cord Tumors', url:'/neurosurgery/pediatric/conditions/tumors.html'};
	leftnav[1][1] = {text:'Congenital and Developmental Disorders', url:'/neurosurgery/pediatric/conditions/congenital/'};
		leftnav[1][1][0] = {text:'Hydrocephalus', url:'/neurosurgery/pediatric/conditions/congenital/hydrocephalus.html'};
		leftnav[1][1][1] = {text:'Congenital Cysts', url:'/neurosurgery/pediatric/conditions/congenital/cysts.html'};
		leftnav[1][1][2] = {text:'Chiari Malformations', url:'/neurosurgery/pediatric/conditions/congenital/chiari.html'};
		leftnav[1][1][3] = {text:'Spinal Dysraphism', url:'/neurosurgery/pediatric/conditions/congenital/dysraphism.html'};
		leftnav[1][1][4] = {text:'Other Disorders', url:'/neurosurgery/pediatric/conditions/congenital/other.html'};
	leftnav[1][2] = {text:'Craniofacial Surgery', url:'/neurosurgery/pediatric/conditions/craniofacial.html'};
	leftnav[1][3] = {text:'Pediatric Epilepsy', url:'/neurosurgery/pediatric/conditions/epilepsy.html'};
leftnav[2] = {text:'Surgical Specialists', url:'/neurosurgery/pediatric/surgical_specialists/'};
	leftnav[2][0] = {text:'Jeffrey H Wisoff M.D.', url:'/neurosurgery/pediatric/surgical_specialists/bio.html?bio=jhw1'};
	leftnav[2][1] = {text:'Howard Weiner, M.D.', url:'/neurosurgery/pediatric/surgical_specialists/bio.html?bio=weineh01'};
	leftnav[2][2] = {text:'David Harter, M.D.', url:'/neurosurgery/pediatric/surgical_specialists/bio.html?bio=harted01'};
leftnav[3] = {text:'Technologies', url:'/neurosurgery/pediatric/technologies/'};
leftnav[4] = {text:'Recommended Websites', url:'/neurosurgery/pediatric/recommended.html'};



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

