/* 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:'Rusk Home', url:'/rusk/'};
leftnav[1] = {text:'About Us', url:'/rusk/about/'};
	leftnav[1][0] = {text:'Visiting Us', url:'/rusk/about/visiting.html'};
	leftnav[1][1] = {text:'Howard A. Rusk', url:'/rusk/about/hrusk.html'};
	leftnav[1][2] = {text:'Patient Care: An Integrated Approach', url:'/rusk/about/integrated.html'};
	leftnav[1][3] = {text:'New Beginning', url:'/rusk/about/beginning.html'};
	leftnav[1][4] = {text:'How You Can Help', url:'/rusk/about/help/'};
	      	leftnav[1][5] = {text:'FAQs', url:'/rusk/about/faq/'};
	
leftnav[2] = {text:'Our Team', url:'/rusk/team/'};
	leftnav[2][0] = {text:'Physician Directory', url:'/rusk/team/physician.html'};
	
leftnav[3] = {text:'Patient Services', url:'/rusk/services/'}; 
    leftnav[3][0] = {text:'Inpatient', url:'/rusk/services/inpatient/'};
	leftnav[3][1] = {text:'Outpatient', url:'/rusk/services/outpatient/'};
    leftnav[3][2] = {text:'Pediatrics', url:'/rusk/services/pediatrics/'};

leftnav[4] = {text:'Out-Patient <br>Services', url:'/rusk/services/outpatient/'};

leftnav[5] = {text:'Research <br>and Training', url:'/rusk/research/'};
    leftnav[5][0] = {text:'ACGME Accredited Residencies', url:'/rusk/research/acgme.html'};
	leftnav[5][1] = {text:'Training Programs', url:'/rusk/research/training.html'};
	leftnav[5][2] = {text:'Research', url:'/rusk/research/research.html'};
	
leftnav[6] = {text:'Referrals <br>and Admitting', url:'/rusk/referrals/'};
	leftnav[6][0] = {text:'Cardiac Rehab Services', url:'/rusk/referrals/cardiac.html'};
	leftnav[6][1] = {text:'Replacement and Fracture Services', url:'/rusk/referrals/replacement.html'};
	leftnav[6][2] = {text:'Child and Adolescent Services', url:'/rusk/referrals/child.html'};
	leftnav[6][3] = {text:'Pre-Admission', url:'/rusk/referrals/pread.html'};
	leftnav[6][4] = {text:'General Services', url:'/rusk/referrals/general.html'};
	leftnav[6][5] = {text:'Stroke Services', url:'/rusk/referrals/stroke.html'};
	
leftnav[7] = {text:'News and <br>Events', url:'/rusk/news/'};


/* DO NOT EDIT BELOW */
leftnavBuild( leftnav );
createMenuEnd();
/* DO NOT EDIT DIRECTLY ABOVE */

