basehref = "/law/central/llm/";					// 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: 'LL.M. in American Law', uri: 'graduate/american/index.asis'},
		 {label: 'LL.M. in Banking & Financial Law', uri: 'graduate/banking/index.asis'},
		 {label: 'LL.M. in Intellectual Property', uri: 'graduate/property/index.asis'},
		 {label: 'LL.M. in Taxation', uri: 'graduate/taxation/index.asis'}]

menu1 = [{label: 'BU Law Student Organizations', uri: 'organizations/'},
		 {label: 'Student Government Association', uri: 'organizations/sga/'},
		 {label: 'Student Activities Office', uri: 'http://www.bu.edu/sao/', target: '_blank'},
		 {label: 'Pro Bono Program', uri: 'organizations/pro_bono_program/'}]

menu2 = [{label: 'Computers and Technology', uri: 'life/computers_and_technology.shtml'},
		 {label: 'Counseling & Support', uri: 'life/counseling.html'},
		 {label: 'Disability Services', uri: 'http://www.bu.edu/disability/', target: '_blank'},
		 {label: 'Escort Security Services', uri: 'http://www.bu.edu/escort/services.html', target: '_blank'},
		 {label: 'Health & Fitness', uri: 'life/health_and_fitness.html'},
		 {label: 'Housing', uri: 'life/housing.html'},
		 {label: 'International Students & Scholars', 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: 'life/employment.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'}]

menu3 = [{label: 'Meet the Staff', uri: 'career/meet-the-staff.shtml'},
		 {label: 'Services', uri: 'career/services/'},
		 {label: 'International LLM Students', uri: 'career/internal/international/index.html'},
		 {label: 'Domestic LLM Students', uri: 'career/internal/domestic/index.html'}]

menu4 = [{label: 'Tuition Fees and Expenses', uri: 'financial/'},
		 {label: 'Payment Deadlines', uri: 'financial/payment.html'},
		 {label: 'Withdrawal/Refund', uri: 'financial/withdraw.html'},
		 {label: 'Address Change', uri: 'financial/address.html'},
		 {label: 'Account Status', uri: 'financial/account.html'},
		 {label: 'Financial Aid Office', uri: 'financial/finaid/'}]

menu5 = [{label: 'Ordering Transcripts', uri: 'records/transcripts.shtml'},
		 {label: 'Data Use & Restrictions', uri: 'records/restrictions.shtml'},
		 {label: 'Address Change', uri: 'http://www.bu.edu/studentlink/', target: '_blank'},
		 {label: 'Name Change Procedures', uri: 'records/name.shtml'}]

/*  Below lists the arrays of the dropdown menus (which match the ids on the page  */
navset = [menu0, menu1, menu2, menu3, menu4, menu5]		