basehref = "/law/central/faculty/";					// the basehref for non-absolute/non-server-relative links
keyword = "menu"; 													// the prefix of all nav menu ids

/*  Below are the menus for the dropdown. The array names are equal to the ids containing the menu.
	All submenus are commented with ids.  */

menu0 = [{label: 'Overview', uri: 'info/index.html'},
		 {label: 'Faculty Profiles', uri: 'http://www.bu.edu/law/faculty/profiles/', target: '_blank'},
		 {label: 'Scholarship', uri: 'info/scholarship.html'},
		 {label: 'Workshops & Seminars', uri: 'info/workshops.html'},
 		 {label: 'Associate Deans\' Information', uri: 'info/associatedeaninfo/index.html'}]
menu1 = [{label: 'Communications & Marketing', uri: 'http://www.bu.edu/law/communications/'},
		 {label: 'Law Tower Facilities', uri: 'administration/lawtower/'},
         {label: 'Office of Finance & Administration', uri: 'administration/finadm/'},
		 {label: 'People & Departments Directories', uri: 'http://www.bu.edu/law/directory/', target: '_blank'},
         {label: 'Room Reservations', uri: 'administration/roomreservations/'},
         {label: 'Systems & Technology', uri: 'administration/systech/'}]
menu2 = [{label: 'Academic Calendar', uri: 'classes/calendar.shtml'},
		 {label: 'Academic & Disciplinary Regulations', uri: 'classes/index.html'},
		 {label: 'Class Schedules', uri: 'classes/class-schedules/index.shtml'},
		 {label: 'Courseware', uri: 'http://www.bu.edu/faculty/teaching/courseware.html', target: '_blank'},
		 {label: 'Course Information', uri: 'classes/courseinfo/index.shtml'},
		 {label: 'Exam Information', uri: 'classes/examinfo/index.shtml'},
		 {label: 'Upper-Class Writing Requirements', uri: 'classes/upperclass-writing/index.shtml'},]

/*  Below lists the arrays of the dropdown menus (which match the ids on the page  */
navset = [menu0, menu1, menu2]		