basehref = "/law/";					// 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: 'Our Difference', uri: 'prospective/'},							// 'Prospective Students'
		 {label: 'The BU Law Experience', uri: 'prospective/experience/index.html'},
		 {label: 'J.D. Program', uri: 'prospective/jd/index.html'},
		 {label: 'LL.M. Programs', uri: 'prospective/llm/index.html'},
		 {label: 'Special Programs', uri: 'prospective/specialprograms/index.html'},
		 {label: 'Careers', uri: 'prospective/careers/index.html'},
		 {label: 'How to Apply', uri: 'prospective/apply/index.html'},
		 {label: 'Admitted Students', uri: 'prospective/admitted/index.html?instance=admitted&stream=law-school-master-07-500K&width=454&height=293'}]

menu1 = [{label: 'Faculty Making a Difference', uri: 'faculty/'},					// 'Our Faculty'
		 {label: 'Profiles', uri: 'faculty/profiles/index.shtml'},
		 {label: 'Scholarship', uri: 'faculty/scholarship/index.html'},
		 {label: 'Public Service', uri: 'faculty/service/index.html'}]

menu2 = [{label: 'World Class Alumni', uri: 'alumni/'},							// 'Alumni'
		 {label: 'News', uri: 'alumni/news/'},
		 {label: 'Events', uri: 'alumni/events/'},
		 {label: 'Giving', uri: 'alumni/giving/index.html'},
		 {label: 'Get Involved', uri: 'alumni/involved/index.html'},
		 {label: 'Leadership', uri: 'alumni/leadership/index.html'},
		 {label: 'Keep in Touch', uri: 'alumni/keepintouch/index.html'},
		 {label: 'Benefits', uri: 'alumni/benefits/index.html'}]

 

menu3 = [{label: 'BU Law Central Overview', uri: 'central/'},					// 'BU Law Central'
		 {label: 'J.D. Student Central', uri: 'central/jd/'},
		 {label: 'LL.M. Student Central', uri: 'central/llm/'},
		 {label: 'Faculty/Staff Central', uri: 'central/faculty/'}]



/*  Below lists the arrays of the dropdown menus (which match the ids on the page  */
navset = [menu0, menu1, menu2, menu3]		