/* 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:'/cardiacrehab/'};
leftnav[1] = {text:'Clinics', url:'/cardiacrehab/clinics/'};
leftnav[2] = {text:'Research', url:'/cardiacrehab/research/'};
leftnav[3] = {text:'Education', url:'/cardiacrehab/education/'};
//	leftnav[3][0] = {text:'Healthcare Providers', url:'/cardiacrehab/education/providers/'};
//	leftnav[3][1] = {text:'For Patients', url:'/cardiacrehab/education/patients/'};
leftnav[4] = {text:'Rehabilitation', url:'/cardiacrehab/rehabilitation/'};
	leftnav[4][0] = {text:'Videos', url:'/cardiacrehab/rehabilitation/videos.html'};
leftnav[5] = {text:'Staff', url:'/cardiacrehab/staff/'};
leftnav[6] = {text:'Virtual Tour', url:'/cardiacrehab/tour/'};
	leftnav[6][0] = {text:'The Education Center', url:'/cardiacrehab/tour/education.html'};
	leftnav[6][1] = {text:'The Nursing Station', url:'/cardiacrehab/tour/nursing.html'};
	leftnav[6][2] = {text:'The In-patient Rooms', url:'/cardiacrehab/tour/inpatient.html'};
	leftnav[6][3] = {text:'The Gym', url:'/cardiacrehab/tour/gym.html'};

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