/* 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:'/registrar/'};
leftnav[1] = {text:'About Us', url:'/registrar/about/'};
leftnav[2] = {text:'Academic Calendars', url:'/registrar/calendars/'};
//	leftnav[2][0] = {text:'2000-2001 Academic Calendar', url:'/registrar/calendars/00-01.html'};
//	leftnav[2][1] = {text:'2001-2002 Academic Calendar', url:'/registrar/calendars/01-02.html'};
//	leftnav[2][2] = {text:'2002-2003 Academic Calendar', url:'/registrar/calendars/02-03.html'};
//	leftnav[2][0] = {text:'2008-2009 Academic Calendar', url:'/registrar/calendars/08-09.html'};
leftnav[2][0] = {text:'2009-2010 Academic Calendar', url:'/registrar/calendars/09-10.html'};
		leftnav[2][1] = {text:'2008-2009 Academic Calendar', url:'/registrar/calendars/08-09.html'};
		leftnav[2][2] = {text:'2007-2008 Academic Calendar', url:'/registrar/calendars/07-08.html'};
	leftnav[2][3] = {text:'2006-2007 Academic Calendar', url:'/registrar/calendars/06-07.html'};
	leftnav[2][4] = {text:'2005-2006 Academic Calendar', url:'/registrar/calendars/05-06.html'};
//	leftnav[2][2] = {text:'2004-2005 Academic Calendar', url:'/registrar/calendars/04-05.html'};
	leftnav[2][5] = {text:'First Year Block Dates', url:'/registrar/calendars/first.html'};
	leftnav[2][6] = {text:'Second Year Block Dates', url:'/registrar/calendars/second.html'};
	leftnav[2][7] = {text:'Elective Block Dates', url:'/registrar/calendars/elective.html'};
	/* Clerkship Block Dates Page Under Construction */
leftnav[3] = {text:'Student Services', url:'/registrar/students/'};
	leftnav[3][0] = {text:'Request Forms', url:'/registrar/students/forms.html'};
	/* Frequently Asked Questions is Under Construction */
leftnav[4] = {text:'Alumni Services', url:'/registrar/alumni/'};
	leftnav[4][0] = {text:'Graduate Certification Request Form', url:'/registrar/alumni/graduate_forms.html'};
	leftnav[4][1] = {text:'Graduate Certification', url:'/registrar/alumni/graduate_certification.html'};
	/* Residency Reapplication is Under Construction */
leftnav[5] = {text:'Pre-Clinical Years', url:'/registrar/preclinical/'};
leftnav[6] = {text:'Clinical Years', url:'/registrar/clinical/'};
	leftnav[6][0] = {text:'Electives - NYU Students', url:'/registrar/clinical/electives.html'};
	leftnav[6][1] = {text:'Electives Lottery', url:'/registrar/clinical/elective_lottery.html'};
	leftnav[6][2] = {text:'Independent Study', url:'/registrar/clinical/independent_study.html'};
	leftnav[6][3] = {text:'National Residency<br>Matching Programs', url:'/registrar/clinical/matching_programs.html'};
	leftnav[6][4] = {text:'Match List', url:'/registrar/clinical/matchlist.html'};
	leftnav[6][5] = {text:'Residency Application Process', url:'/registrar/clinical/residency_application.html'};
	leftnav[6][6] = {text:'Clinical Year Forms', url:'/registrar/clinical/clinical_forms.html'};
leftnav[7] = {text:'Electives', url:'/registrar/electives/'};
	leftnav[7][0] = {text:'Electives Catalogue', url:'/registrar/electives/catalogue.html'};
	leftnav[7][1] = {text:'Visiting Student Electives', url:'/registrar/electives/visiting.html'};
	leftnav[7][2] = {text:'Visiting Student Requirements-LCME', url:'/registrar/electives/requirements_lcme.html'};
	leftnav[7][3] = {text:'Visiting Student Requirements-non LCME', url:'/registrar/electives/requirements_non_lcme.html'};
	leftnav[7][4] = {text:'Visiting Student Application', url:'/registrar/electives/application.html'};
	leftnav[7][5] = {text:'Visiting Student Registration', url:'/registrar/electives/registration.html'};
/* BEGIN DO NOT EDIT SECTION */
leftnavBuild( leftnav );
createMenuEnd();
/* END DO NOT EDIT SECTION */
