basehref = "/lawlibrary/";					// 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: 'Electronic Resources', uri: 'research/databases/'},
		 {label: 'Research Guides', uri: 'research/guides/'},
		 {label: 'Get Research Help', uri: 'research/help/'}]

menu1 = [{label: 'Training Lab Calendar', uri: 'http://www.bu.edu/htbin/webevent/webevent.cgi?cmd=opencal&cal=cal4&'},
		 {label: 'OneLs', uri: 'training/onels/'},
		 {label: 'American Law LL.M.', uri: 'training/americanlaw/'},
		 {label: 'Banking Law LL.M.', uri: 'training/banking/'},
		 {label: 'Intellectual Property Law LL.M.', uri: 'training/ip/'},
		 {label: 'Tax LL.M.', uri: 'training/tax/'},
		 {label: 'Visiting and Transfer Students', uri: 'training/visitors/'},
		 {label: 'Law Journal Members', uri: 'training/journals/'},
		 {label: 'Research Assistants', uri: 'training/researchasst/'},
		 {label: 'LexisNexis and Westlaw', uri: 'training/LexisWestlaw/'},
		 {label: 'Prepare for Summer', uri: 'training/summer/'},
		 {label: 'Other Training Programs', uri: 'training/classes/'}]

menu2 = [{label: 'Circulation and Reserve', uri: 'services/circulation/'},
		 {label: 'Reference and Research', uri: 'services/reference/'},
		 {label: 'Computer Services', uri: 'services/computer/'},
		 {label: 'Educational Technology Services', uri: 'services/lawfaculty/edtech.html'},
		 {label: 'Law Faculty', uri: 'services/lawfaculty/'},
		 {label: 'Law Journal Members', uri: 'services/lawjournals/'},
		 {label: 'Law Faculty Research Assistants', uri: 'services/resasst/'},
		 {label: 'Law School Alumni', uri: 'services/lawalumni/'}]

menu3 = [{label: 'Law Library', uri: 'collections/lawlibrary.html'},
		 {label: 'Other BU Libraries', uri: 'collections/bulibraries.html'},
		 {label: 'Consortia and Catalogs', uri: 'collections/consortia/'},
		 {label: 'Access to Other Libraries', uri: 'collections/access/'}]

menu4 = [{label: 'Access', uri: 'about/access.html'},
		 {label: 'Hours', uri: 'about/hours/'},
		 {label: 'Directions', uri: 'about/directions.html'},
		 {label: 'Staff', uri: 'about/staff.html'},
		 {label: 'Departments', uri: 'about/departments.html'},
		 {label: 'Fact Sheet', uri: 'about/factsheet.html'},
		 {label: 'Site Map', uri: 'about/sitemap.html'},
		 {label: 'News', uri: 'news/'}]

/*  Below lists the arrays of the dropdown menus (which match the ids on the page  */
navset = [menu0, menu1, menu2, menu3, menu4]		
