basehref = "/law/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: 'Full-Time', uri: 'profiles/index.shtml'},									// 'Profiles'
		 {label: 'Visiting', uri: 'profiles/visiting.shtml'},
		 {label: 'Part-Time', uri: 'profiles/part-time.shtml'},
		 {label: 'LL.M. in Banking & Financial Law', uri: 'profiles/banking.shtml'},
		 {label: 'LL.M. in Taxation', uri: 'profiles/taxation.shtml'},
		 {label: 'Visiting Scholars', uri: 'profiles/scholars/index.html'}]

menu1 = [{label: 'Scholarship Overview', uri: 'scholarship/index.html'},					// 'Scholarship'
		 {label: 'Faculty Publications', uri: 'scholarship/publications.shtml'},
		 {label: 'Faculty Contacts by Specialty Area', uri: 'scholarship/faculty_specialty.html'},
		 {label: 'Faculty Research Interests', uri: 'scholarship/interests.shtml'},
//         {label: 'Legal History: The Year Books', uri: 'scholarship/yearbooks/index.html'},
		  {label: 'Legal History: The Year Books', uri: 'http://www.bu.edu/law/seipp/index.html'},
		 {label: 'Activities & Engagements', uri: 'scholarship/activities.html'},
		 {label: 'Faculty Workshops', uri: 'scholarship/workshops.html'},
		 {label: 'Working Paper Series', uri: 'scholarship/papers.html'},
		 {label: 'IP Speaker Series', uri: 'scholarship/speakers.html'},
		 {label: 'Law and Economics Seminar', uri: 'scholarship/econseminar.html'},
		 {label: 'Clark History Series', uri: 'scholarship/history.html'}]

menu2 = [{label: 'Overview', uri: 'service/index.html'},						// 'Public Service'
		 {label: 'Amicus Briefs', uri: 'service/amicus.html'}]



/*  Below lists the arrays of the dropdown menus (which match the ids on the page  */
navset = [menu0, menu1, menu2]		