basehref = "/law/central/";					// 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: 'Key Contacts', uri: 'jd/contacts/'},
		 {label: 'Academic Programs', uri: 'jd/programs/'},
		 {label: 'Academic Info', uri: 'jd/academic/'},
		 {label: 'Student Organizations', uri: 'jd/organizations/'},
		 {label: 'Student Life', uri: 'jd/services/'},
		 {label: 'Student Records', uri: 'jd/records/'}]

menu1 = [{label: 'Graduate Programs', uri: 'llm/'},
		 {label: 'Student Organizations', uri: 'llm/organizations/'},
		 {label: 'Student Life', uri: 'llm/life/'},
		 {label: 'Career Development', uri: 'llm/career/'},
		 {label: 'Financial Info', uri: 'llm/financial/'},
		 {label: 'Student Records', uri: 'llm/records/'}]

menu2 = [{label: 'Faculty Information', uri: 'faculty/info/'},
		 {label: 'Services/Directory', uri: 'faculty/administration/'},
		 {label: 'Selected Academic Information', uri: 'faculty/classes/'}]

/*  Below lists the arrays of the dropdown menus (which match the ids on the page  */
navset = [menu0, menu1, menu2]		
