basehref = "/law/central/jd/";					// 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: 'Blackboard 8', uri: 'http://blackboard.bu.edu/', target: '_blank'},
		 {label: 'Career Development Office', uri: 'contacts/career/'},
		 {label: 'CourseInfo', uri: 'http://courseinfo.bu.edu/', target: '_blank'},
		 {label: 'Financial Aid Office', uri: 'contacts/finaid/'},
		 {label: 'Registrar\'s Office', uri: 'contacts/registrar/'},
		 {label: 'Student Link', uri: 'http://www.bu.edu/link/bin/uiscgi.pl/uismpl/uismpl?applpath=menu.pl&NewMenu=Home', target: '_blank'},
		 {label: 'Student Affairs Office', uri: 'contacts/affairs.html'}]
 

menu1 = [{label: 'Degree Requirements', uri: 'programs/requirements.html'},
		 {label: 'First Year Writing', uri: 'programs/first_year_writing/'},
		 {label: 'Moot Court Programs', uri: 'programs/advanced/index.html'},
		 {label: 'Clinics/Externships', uri: 'programs/clinics/'},
		 {label: 'Concentrations', uri: 'programs/concentrations/index.html'},
		 {label: 'Dual Degrees', uri: 'programs/dual/index.html'},
		 {label: 'Study Abroad Programs', uri: 'programs/abroad/index.html'},
 		 {label: 'Pro Bono Program', uri: 'programs/pro_bono_program/'},
 		 {label: 'Visiting Exchange Students', uri: 'programs/visiting_exchange_students/index.html'}]

menu2 = [{label: 'Academic Calendar', uri: 'academic/calendar.shtml'},
		 {label: 'Academic and Disciplinary Regulations', uri: 'academic/index.html'},
		 {label: 'Academic Enhancement Program', uri: 'academic/aep/'},		 
		 {label: 'Academic Honors and Scholarly Categories', uri: 'academic/honors.html'},
		 {label: 'Academic Standards Committee', uri: 'academic/standards.html'},
		 {label: 'Bar Information/MPRE', uri: 'academic/bar/index.html'},
         {label: 'Class Schedules', uri: 'academic/schedules/index.shtml'},
		 {label: 'Course Information', uri: 'academic/course/index.shtml'},
		 {label: 'Course and Teacher Evaluations', uri: 'academic/evaluations/index.shtml'},		 
		 {label: 'Exam Information', uri: 'academic/exam/index.shtml'},
		 {label: 'Faculty Profiles', uri: 'http://www.bu.edu/law/faculty/profiles/index.shtml'},
		 {label: 'Frequently Requested Forms', uri: 'academic/forms/index.html'},
		 {label: 'Grades Online', uri: 'academic/online.html'},
		 {label: 'Graduation Information', uri: 'academic/register/requirements.html'},
		 {label: 'Plagiarism Regulations', uri: 'academic/plagiarism.html'},
		 {label: 'Register for Classes', uri: 'academic/register/index.html'},	 
		 {label: 'Student Practice Certifications', uri: 'academic/student_practice_cert/index.html'},
		 {label: 'Upper-Class Writing Requirement', uri: 'academic/course/writing/index.shtml'}]

menu3 = [{label: 'Student Organizations', uri: 'organizations/index.html'},
		 {label: 'Student Goverment Association', uri: 'organizations/sga/index.html'},
		 {label: 'Journals', uri: 'organizations/journals/index.html'},
		 {label: 'Running a Student Organization', uri: 'organizations/groups/index.html'},
		 {label: 'BU Student Activities Office', uri: 'http://www.bu.edu/sao/', target: '_blank'}]

menu4 = [{label: 'Computers and Technology', uri: 'services/computers_and_technology.shtml'},
		 {label: 'Counseling and Support', uri: 'services/counseling.html'},
		 {label: 'Disability Services & Accommodations', uri: 'services/disability_and_accommodations.html'},
		 {label: 'Escort Security Services', uri: 'http://www.bu.edu/escort/services.html', target: '_blank'},
		 {label: 'Faculty Talks & Workshops', uri: 'services/workshops.html'},
		 {label: 'Get Involved', uri: 'services/get_involved/index.html'},
		 {label: 'Health and Fitness', uri: 'services/health_and_fitness.html'},
		 {label: 'Housing', uri: 'services/housing.html'},
		 {label: 'International Students and Scholars Office', uri: 'http://www.bu.edu/isso/', target: '_blank'},
		 {label: 'Office of Family Resources', uri: 'http://www.bu.edu/family/', target: '_blank'},
		 {label: 'Parking', uri: 'http://www.bu.edu/parking/index.html', target: '_blank'},
		 {label: 'Religion', uri: 'http://www.bu.edu/chapel/life/index.html', target: '_blank'},
		 {label: 'Student Employment', uri: 'services/employment/index.html'},
		 {label: 'The Children\'s Center', uri: 'http://www.bu.edu/family/bucci.html', target: '_blank'},
		 {label: 'University Service Center', uri: 'http://www.bu.edu/usc/', target: '_blank'}]

menu5 = [{label: 'Ordering Transcripts', uri: 'records/transcripts.shtml'},
		 {label: 'Student Data Use and Restrictions', uri: 'records/datause.shtml'},
		 {label: 'Address Change', uri: 'http://www.bu.edu/studentlink/', target: '_blank'},
		 {label: 'Name Change Procedures', uri: 'records/namechange.shtml'},
		 {label: 'Enrollment Verification Letters', uri: 'records/enrollment.html'},
		 {label: 'Health Records & Insurance', uri: 'records/healthrecsins.shtml'}]

/*  Below lists the arrays of the dropdown menus (which match the ids on the page  */
navset = [menu0, menu1, menu2, menu3, menu4, menu5]		