/* BEGIN DO NOT EDIT SECTION */
createMenuTop();

// NOTE: Menus can go 5 levels deep.
//
// 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();
/* END DO NOT EDIT SECTION */

leftnav[0] = {text:'Dept. Home', url:'/neuromuscular/'};
leftnav[1] = {text:'Faculty', url:'/neuromuscular/faculty/'};
leftnav[2] = {text:'Peripheral Neuropathy', url:'/neuromuscular/pn/'};
	leftnav[2][0] = {text:'Peripheral Neuropathy Support Web Site', url:'http://www.neuropathy-nyc.org/'};
leftnav[3] = {text:'Charcot Marie Tooth ', url:'/neuromuscular/cmt/'};
	leftnav[3][0] = {text:'Charcot Marie Tooth Support Web Site', url:'http://www.cmtnyc.org/'};
leftnav[4] = {text:'Myasthenia Gravis', url:'/neuromuscular/mg/'};
	leftnav[4][0] = {text:'Myasthenia Gravis Support Web Site', url:'http://www.mgnyc.org/'};
leftnav[5] = {text:'Amyotrophic Lateral Sclerosis', url:'/neuromuscular/als/'};
	leftnav[5][0] = {text:'Amyotrophic Lateral Sclerosis Support Web Site', url:'http://www.als-nyc.org/'};
leftnav[6] = {text:'Muscular Dystrophy', url:'/neuromuscular/md/'};
	leftnav[6][0] = {text:'Muscular Dystrophy Support Web Site', url:'http://www.mdnyc.org/'};
leftnav[7] = {text:'Lyme Neuroborreliosis', url:'/neuromuscular/ln/'};
	leftnav[7][0] = {text:'Lyme Neuroborreliosis Support Web Site', url:'http://www.lymenyc.org/'};
leftnav[8] = {text:'Contact', url:'/neuromuscular/contact/'};

/* BEGIN DO NOT EDIT SECTION */
leftnavBuild( leftnav );
createMenuEnd();
/* END DO NOT EDIT SECTION */
