basehref = "/law/prospective/";					// 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: 'What Students Say', uri: 'experience/	'},							// 'The BU Law Experience'
		 {label: 'About Boston University', uri: 'experience/university/'},
 		 {label: 'Blogs', uri: 'experience/blogs/'},
		 {label: 'Becoming a Lawyer: Personal Statements from the Entering Class', uri: 'experience/essays/index.html', target: '_blank'},
         {label: 'Community of Support', uri: 'experience/community/'},
		 {label: 'Discovering Boston', uri: 'experience/boston/'},
		 {label: 'Diversity', uri: 'experience/diversity/'},
		 {label: 'History Timeline', uri: 'http://www.bu.edu/law/timeline/', target: '_blank'},
         {label: 'Learning the Law at BU Law', uri: 'experience/learning/'},
         {label: 'Student Life', uri: 'experience/life/'},
 		 {label: 'Week in the Life', uri: 'http://www.bu.edu/law/week-in-life/', target: '_blank'},]

menu1 = [{label: 'J.D. Program Overview', uri: 'jd/index.html'},								// 'J.D. Program'
		 {label: 'Your First Year', uri: 'jd/first/index.html'},
		 {label: 'Upper-Class Courses', uri: 'jd/courses/index.html'},
		 {label: 'Dual Degrees', uri: 'jd/dual/index.html'},
		 {label: 'Concentrations', uri: 'jd/concentrations/index.html'},
		 {label: 'Clinics & Internships', uri: 'jd/clinics/index.html'},
		 {label: 'Moot Court', uri: 'jd/moot/index.html'},
		 {label: 'Trial Advocacy', uri: 'jd/trial_advocacy/index.html'},
         {label: 'Study Abroad / Foreign Exchange', uri: 'jd/abroad/index.html'},
		 {label: 'Public Interest / Government', uri: 'jd/interest.html'},
		 {label: 'Journals', uri: 'jd/journals/'},
		 {label: 'Transfer Students', uri: 'jd/transfer/'},
         {label: 'Financing Your Studies', uri: 'apply/jd/finances/index.html'},
		 {label: 'Talk to a Current Student', uri: 'jd/first/ambassadors.html'},
 		 {label: 'Visits & Tours', uri: 'jd/visit/'},
 		 {label: 'Admissions Recruitment Calendar', uri: 'jd/recruiting/'},		 
		 {label: 'Request a Catalog', uri: 'jd/request_a_catalog/index.html'},
		 {label: 'How to Apply', uri: 'apply/jd/index.html'},
         {label: 'Contact Us', uri: 'jd/contact_us.html'}]

menu2 = [{label: 'Graduate Studies Overview', uri: 'llm/'},							// 'LL.M. Programs'
		 {label: 'American Law (for Non-U.S. Lawyers)', uri: 'llm/american/'},
		 {label: 'Banking and Financial Law', uri: 'llm/banking/'},
		 {label: 'Intellectual Property Law', uri: 'llm/intellectual/'},
		 {label: 'Executive LL.M. in International Business Law', uri: 'llm/intlbuslaw/'},		 
		 {label: 'Taxation', uri: 'llm/taxation/'},
		 {label: 'LL.M. Student Life', uri: 'llm/llmstudentlife.html'},
		 {label: 'Tuition and Financial Information', uri: 'apply/llm/financial/finaid/tuition.shtml'}]

menu3 = [{label: 'Special Programs Overview', uri: 'specialprograms/index.html'},      // 'Special programs'
		 {label: 'Summer International Internship Program', uri: 'specialprograms/siip.html'},
		 {label: 'Summer Legal English Program', uri: 'specialprograms/legalenglishcelop.html'},
		 {label: 'Summer Legal Institute in London', uri: 'specialprograms/londonlaw/index.html'},
		 {label: 'Visiting Scholars & Researchers Program', uri: 'specialprograms/visitingscholars/index.html'}]					

menu4 = [{label: 'Overview', uri: 'careers/index.html'},										// 'Careers'
		 {label: 'J.D. Students', uri: 'careers/jd/index.html'},
		 {label: 'LL.M. Students', uri: 'careers/llm/index.html'}]

menu5 = [{label: 'J.D. Admissions', uri: 'apply/jd/index.html'},								// 'How to Apply'
		 {label: 'LL.M. Admissions', uri: 'apply/llm/index.html'}]

menu6 = [{label: 'Welcome', uri: 'admitted/index.html?instance=admitted&stream=law-school-master-07-500K&width=454&height=293'},	// 'Admitted Students'
		 {label: 'J.D. Students', uri: 'admitted/jd/internal/index.html'},
		 {label: 'LL.M. Students', uri: 'admitted/llm/index.html'}]


		



/*  Below lists the arrays of the dropdown menus (which match the ids on the page  */
navset = [menu0, menu1, menu2, menu3, menu4, menu5, menu6]		