basehref = "/law/alumni/";					// 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: 'Press Releases', uri: 'news/'},
		 {label: 'Alumni "Krushgroovers" Blog', uri: 'http://bulawinteractive.org/blogs/krushgroovers/', target: '_blank'},
         {label: 'Bostonia', uri: 'http://www.bu.edu/alumni/bostonia/', target: '_blank', className: 'italics'},
		 {label: 'BU Today', uri: 'http://www.bu.edu/today/', target: '_blank', className: 'italics'},
		 {label: "Dean's Letter", uri: 'news/deans_letter.pdf', target: '_blank'},
 		 {label: 'History Timeline', uri: 'http://www.bu.edu/law/timeline/', target: '_blank'},
         {label: 'Newsletters', uri: 'news/newsletters/jd/index.html'},
         {label: 'The Record', uri: 'news/the_record/index.html', className: 'italics'}]

menu1 = [{label: 'Events', uri: 'events/'},
		 {label: 'Photo Gallery', uri: 'events/photos'},
		 {label: 'Reunions', uri: 'events/reunions/'}]

menu2 = [{label: 'Giving', uri: 'giving/index.html'},
		 {label: 'The BU Law Fund', uri: 'giving/fund.html'},
		 {label: 'Donor Recognition', uri: 'giving/recognition/index.html'},
		 {label: 'Make a Gift', uri: 'giving/gift/index.html'}]

menu3 = [{label: 'Get Involved', uri: 'involved/index.html'},
		 {label: 'Alumni/Student Mentoring Program', uri: 'involved/alumni_student_mentoring/index.html'},
 		 {label: 'Class Agent Program', uri: 'involved/class_agent_program/index.html'},
 		 {label: 'Be a Guest Speaker', uri: 'involved/speaker.html'},
         {label: 'Law Firm Challenge', uri: 'involved/law_firm_challenge/index.html'},
		 {label: 'Moot Court Judging', uri: 'involved/judging.html'},
		 {label: 'Mock Interview Program', uri: 'involved/alumni_student_mentoring/index.html'},
		 {label: 'Professional Network', uri: 'involved/professional_network.html'},
		 {label: 'Support the Public Interest Auction', uri: 'involved/auction.html'},
		 {label: 'Reunion Committee Volunteers', uri: 'involved/reunion_committee.html'},
 		 {label: 'Young Alumni Council', uri: 'involved/young_alumni_council/index.html'}]

menu4 = [{label: 'Law Alumni Association', uri: 'leadership/alumniassoc/index.html'},{label: 'Executive Committee', uri: 'leadership/committee.shtml'}]

menu5 = [{label: 'Alumni Connections', uri: 'keepintouch/index.html'},
		 {label: 'Submit Your E-mail', uri: 'keepintouch/alumni_connection/index.html'},
		 {label: 'Class Notes', uri: 'keepintouch/classnotes/index.html'},
		 {label: 'Submit Class Notes', uri: 'keepintouch/submit_classnotes/index.html'},
		 {label: 'Update Address', uri: 'keepintouch/update_address/index.html'}]

menu6 = [{label: 'Academic Journals', uri: 'http://www.bu.edu/law/central/jd/organizations/journals/index.html', target: '_blank'},
		 {label: 'BU Law Library', uri: 'http://www.bu.edu/lawlibrary/', target: '_blank'},
		 {label: 'Career Development Office', uri: 'benefits/office.html'},
		 {label: 'Financial Aid Office', uri: 'benefits/finaid/'},
		 {label: 'Request a Transcript', uri: 'benefits/registrar.shtml'}]

/*  Below lists the arrays of the dropdown menus (which match the ids on the page  */
navset = [menu0, menu1, menu2, menu3, menu4, menu5, menu6]		