/* 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:'Home', url:'/medicine/oncology/'};
leftnav[1] = {text:'About Us', url:'/medicine/oncology/about/'};
	leftnav[1][0] = { text:'Overview', url:'/medicine/oncology/about/overview.html'};
	leftnav[1][1] = { text:'History', url:'/medicine/oncology/about/history.html'};
	leftnav[1][2] = { text:'Milestones', url:'/medicine/oncology/about/milestones.html'};
	leftnav[1][3] = { text:'Letter from the Director', url:'/medicine/oncology/about/letters.html'};
	leftnav[1][4] = { text:'Members of the Division', url:'/medicine/oncology/about/members.html'};
	

leftnav[2] = {text:'Patient Care', url:'/medicine/oncology/patient/'};
	leftnav[2][0] = { text:'Conditions We Treat', url:'/medicine/oncology/patient/conditions/'};
	leftnav[2][1] = { text:'Clinical Services/Treatments', url:'/medicine/oncology/patient/treatments.html'};
	leftnav[2][2] = { text:'Find a Doctor', url:'http://findadoc.med.nyu.edu/'};
	leftnav[2][3] = { text:'Physician Referral', url:'/medicine/oncology/patient/referral.html'};
	leftnav[2][4] = { text:'Schedule an Appointment', url:'/medicine/oncology/patient/schedule.html'};
	leftnav[2][5] = { text:'Insurance Information', url:'/medicine/oncology/patient/insurance.html'};
	leftnav[2][6] = { text:'NYU Hospitals and Affiliates', url:'/medicine/oncology/patient/hospitals/'};

leftnav[3] = {text:'Research', url:'/medicine/oncology/research/'};
	leftnav[3][0] = { text:'Overview', url:'/medicine/oncology/research/overview.html'};
	leftnav[3][1] = { text:'Current Investigations', url:'/medicine/oncology/research/current.html'};
	leftnav[3][2] = { text:'Awards and Accomplishments', url:'/medicine/oncology/research/awards.html'};
	leftnav[3][3] = { text:'Publications', url:'/medicine/oncology/research/publications.html'};

	

leftnav[4] = {text:'Education', url:'/medicine/oncology/education/'};
	leftnav[4][0] = { text:'Fellowship Training Program', url:'/medicine/oncology/education/fellowships.html'};
	leftnav[4][1] = { text:'Apply for Fellowship', url:'/medicine/oncology/education/fellows_apply.html'};
	leftnav[4][2] = { text:'Faculty', url:'/medicine/oncology/education/faculty.html'};
	leftnav[4][3] = { text:'Grand Rounds', url:'/medicine/oncology/education/grandrounds.html'};
	leftnav[4][4] = { text:'Hematology/Oncology Research Seminars', url:'/medicine/oncology/education/lectures.html'};
	

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

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