/* 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:'/medicine/clinicalpharm/'};
leftnav[1] = {text:'About Us', url:'/medicine/clinicalpharm/aboutus/'};
	leftnav[1][0] = {text:'Overview', url:'/medicine/clinicalpharm/aboutus/overview.html'};
	leftnav[1][1] = {text:'Letter from the Director', url:'/medicine/clinicalpharm/aboutus/letter.html'};
	leftnav[1][2] = {text:'Members of the Division', url:'/medicine/clinicalpharm/aboutus/members.html'};
	leftnav[1][3] = {text:'NYU Hospitals and Affiliates', url:'/medicine/clinicalpharm/aboutus/hospitals/'};
		leftnav[1][3][0] = {text:'Tisch Hospital', url:'/medicine/clinicalpharm/aboutus/hospitals/tisch.html'};
		leftnav[1][3][1] = {text:'Bellevue Hospital', url:'/medicine/clinicalpharm/aboutus/hospitals/bellevue.html'};
	
leftnav[2] = {text:'Research', url:'/medicine/clinicalpharm/research/'};
	leftnav[2][0] = {text:'Overview', url:'/medicine/clinicalpharm/research/overview.html'};
	leftnav[2][1] = {text:'Research Investigators', url:'/medicine/clinicalpharm/research/investigators.html'};
	leftnav[2][2] = {text:'Facilities', url:'/medicine/clinicalpharm/research/facilities.html'};
	leftnav[2][3] = {text:'Grants and Funding', url:'/medicine/clinicalpharm/research/grants.html'};
	leftnav[2][4] = {text:'Accomplishments and Awards', url:'/medicine/clinicalpharm/research/awards.html'};
	leftnav[2][5] = {text:'Publications', url:'/medicine/clinicalpharm/research/publications.html'};


leftnav[3] = {text:'Education', url:'/medicine/clinicalpharm/education/'};
	leftnav[3][0] = {text:'Elective', url:'/medicine/clinicalpharm/education/elective.html'};
	leftnav[3][1] = {text:'Faculty', url:'/medicine/clinicalpharm/education/faculty.html'};
	leftnav[3][2] = {text:'Grand Rounds', url:'/medicine/clinicalpharm/education/grandrounds.html'};
	leftnav[3][3] = {text:'Lectures, Seminars, &amp; Conferences', url:'/medicine/clinicalpharm/education/lectures.html'};
	


leftnav[4] = {text:'Contact Us', url:'/medicine/clinicalpharm/contact/'};
	leftnav[4][0] = {text:'Important Numbers', url:'/medicine/clinicalpharm/contact/offices.html'};
	leftnav[4][1] = {text:'Maps and Directions', url:'/medicine/clinicalpharm/contact/directions.html'};
	leftnav[4][2] = {text:'Parking', url:'/medicine/clinicalpharm/contact/parking.html'};
	leftnav[4][3] = {text:'Site Map', url:'/medicine/clinicalpharm/contact/sitemap.html'};
	
leftnav[5] = {text:'Faculty', url:'/medicine/clinicalpharm/faculty/'};

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