basehref = "/library/";					// 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: 'Mugar Memorial Library', uri: 'http://www.bu.edu/library/index.html'},
		 {label: ' > African Studies', uri: 'http://www.bu.edu/library/asl/'},
		 {label: ' > Astronomy', uri: 'http://www.bu.edu/library/sel/astronomy.html'},
		 {label: ' > Communications', uri: 'http://www.bu.edu/library/beebe/'},
		 {label: ' > Education Resources', uri: 'http://www.bu.edu/library/education/'},
		 {label: ' > Management', uri: 'http://www.bu.edu/library/management/'},
		 {label: ' > Music', uri: 'http://www.bu.edu/library/music/'},
		 {label: ' > Science & Engineering', uri: 'http://www.bu.edu/library/sel/'},
		 {label: 'Archives', uri: 'http://www.bu.edu/archives/'},
		 {label: 'Law', uri: 'http://www.bu.edu/lawlibrary/'},
		 {label: 'Medical', uri: 'http://medlib.bu.edu/'},
		 {label: 'Theology', uri: 'http://digilib.bu.edu/sth/sthlibrary/'}]

menu1 = [{label: 'Circulation', uri: 'http://www.bu.edu/library/services/index.html'},
		 {label: 'Reference', uri: 'http://www.bu.edu/library/services/reference.html'},
		 {label: 'Reserve', uri: 'http://www.bu.edu/library/services/reserves.html'},
		 {label: 'Collections', uri: 'http://www.bu.edu/library/collections/index.html'},
		 {label: 'Interlibrary Loan', uri: 'http://www.bu.edu/library/ill/index.html'},
		 {label: 'Classes & Tutorials', uri: 'http://www.bu.edu/library/services/instruction.html'}]
	
menu2 = [{label: 'General Info', uri: 'http://www.bu.edu/library/about/index.html'},
		 {label: 'Hours', uri: 'http://www.bu.edu/library/about/hours.html'},
		 {label: 'Map', uri: 'http://www.bu.edu/library/maps/expanded.html'},
		 {label: 'Departments & Staff', uri: 'http://www.bu.edu/library/staff/index.html'}]
		 
menu3 = [{label: 'Connect to eResources', uri: 'http://www.bu.edu/library/research/connecting.html'},
		 {label: 'Renew Your Books', uri: 'http://library.bu.edu/patroninfo'},
		 {label: 'Request a Book or Article Not Owned', uri: 'http://www.bu.edu/library/ill/index.html'},
		 {label: 'Review Your Borrowing Record', uri: 'http://library.bu.edu/patroninfo'},
		 {label: 'Suggest a Purchase', uri: 'http://library.bu.edu/acquire'}]
		 
/*  Below lists the arrays of the dropdown menus (which match the ids on the page  */
navset = [menu0, menu1, menu2, menu3]                 
             
            

            