/* 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:'/hjd/centerforchildren/'};
leftnav[1] = {text:'About Us', url:'/hjd/centerforchildren/about/'};
	leftnav[1][0] = {text:'About Us', url:'/hjd/centerforchildren/about/'};
	leftnav[1][1] = {text:'Our Mission', url:'/hjd/centerforchildren/about/mission.html'};
	leftnav[1][2] = {text:'Meet the Faculty', url:'/hjd/centerforchildren/about/faculty.html'};
	leftnav[1][3] = {text:'Facilities: Our Home', url:'/hjd/centerforchildren/about/facilities.html'};
	leftnav[1][4] = {text:'Contact Us', url:'/hjd/centerforchildren/about/contact.html'};
leftnav[2] = {text:'Patient Care', url:'/hjd/centerforchildren/patient/'};
	leftnav[2][0] = {text:'Patient Care', url:'/hjd/centerforchildren/patient/'};
		leftnav[2][1] = {text:'Leading the Way', url:'/hjd/centerforchildren/patient/featured_conditions.html'};
	leftnav[2][2] = {text:'Conditions We Treat', url:'/hjd/centerforchildren/patient/conditions.html'};
	leftnav[2][3] = {text:'Our Specialty Centers', url:'/hjd/centerforchildren/patient/centers.html'};
		leftnav[2][2][0] = {text:'Pediatric Orthopaedics', url:'/hjd/centerforchildren/patient/wallace.html'};
			leftnav[2][2][0][0] = {text:'Fractures', url:'/hjd/centerforchildren/patient/child_fractures.html'};
			leftnav[2][2][0][1] = {text:'Foot Deformity', url:'/hjd/centerforchildren/patient/ebers.html'};
			leftnav[2][2][0][2] = {text:'Sports Medicine', url:'/hjd/centerforchildren/patient/sports.html'};
		leftnav[2][2][1] = {text:'Neuromuscular Disorders', url:'/hjd/centerforchildren/patient/hammerman.html'};
			leftnav[2][2][1][0] = {text:'Spasticity', url:'/hjd/centerforchildren/patient/spasticity.html'};
			leftnav[2][2][1][1] = {text:'Arthrogryposis', url:'/hjd/centerforchildren/patient/arthrogryposis.html'};
		leftnav[2][2][2] = {text:'Limb Lengthening', url:'/hjd/centerforchildren/patient/limb.html'};
		leftnav[2][2][3] = {text:'Pediatric Rehabilitation', url:'/hjd/centerforchildren/patient/ped_rehab.html'};
			leftnav[2][2][3][0] = {text:'Genetics', url:'/hjd/centerforchildren/patient/genetics.html'};
			leftnav[2][2][3][1] = {text:'Center for Growth', url:'/hjd/centerforchildren/patient/growthcenter.html'};
			leftnav[2][2][3][2] = {text:'Bone Health', url:'/hjd/centerforchildren/patient/ped_bone.html'};
	leftnav[2][3] = {text:'Treatments &amp; Procedures', url:'/hjd/centerforchildren/patient/treatments.html'};
	leftnav[2][4] = {text:'Music Therapy Program', url:'/hjd/centerforchildren/patient/music_therapy.html'};
	leftnav[2][5] = {text:'Child Life Program', url:'/hjd/centerforchildren/patient/child_life.html'};
	leftnav[2][6] = {text:'Rehabilitation', url:'/hjd/centerforchildren/patient/rehabilitation.html'};
leftnav[3] = {text:'Contact Us', url:'/hjd/centerforchildren/contact/'};
leftnav[4] = {text:'Education', url:'/hjd/centerforchildren/education/'};
leftnav[5] = {text:'Research', url:'/hjd/centerforchildren/research/'};



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

