basehref = "/law/morincenter/";					// 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: 'Graduate Program in Banking and Financial Law', uri: 'programs/graduate_program.html'},
		 {label: 'Banking Law Basics', uri: 'programs/banking_law_basics.html'},
		 {label: 'Investment Management Basics', uri: 'programs/investment_management_basics.html'},
		 {label: 'Past Programs', uri: 'programs/past_programs.html'}]

menu1 = [{label: 'The Buck Starts Here', uri: 'lectures/the_buck_starts_here.html'},
		 {label: 'Edward Lane-Reticker Speaker Series', uri: 'lectures/elr.html'},
		 {label: 'Financial Services Lecture Series', uri: 'lectures/financial_services_lecture.html'},
		 {label: 'Student Lecture Series', uri: 'lectures/student_lecture.html'}]

menu2 = [{label: 'Review of Banking and Financial Law', className: 'italics', uri: 'http://www.bu.edu/law/central/jd/organizations/journals/banking/', target: '_blank'},
         {label: 'Compliance Study (pdf)', uri: 'http://www.bu.edu/law/morincenter/documents/ComplianceFINAL_000.pdf', target: '_blank'}
]

menu3 = [{label: 'Board of Advisors of the Morin Center', uri: 'board/'}]

menu4 = [{label: 'Videos', uri: 'news/videos/index.html'}]

menu5 = [{label: 'Personnel', uri: 'about_us/'},
		 {label: 'Hours', uri: 'about_us/office_hours.html'}]
/*  Below lists the arrays of the dropdown menus (which match the ids on the page  */
navset = [menu0, menu1, menu2, menu3, menu4, menu5]		