// JavaScript Document

var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'padding-left:5px;text-align:left', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu1.items=[
	["Administration", "http://www.law.buffalo.edu/baldycenter/about.htm#administration"],
	["Brochures & Reports", "http://www.law.buffalo.edu/baldycenter/about.htm#info"],
	["History of the Baldy Center", "http://www.law.buffalo.edu/baldycenter/about.htm#history"] //no comma following last entry!
]



var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'padding-left:5px;text-align:left', linktarget:''}
anylinkmenu2.items=[
	["Events Calendar", "http://www.law.buffalo.edu/baldycenter/events.htm"],
	["Past Events", "http://www.law.buffalo.edu/baldycenter/confarchive.htm"] //no comma following last entry!
]


var anylinkmenu3={divclass:'anylinkmenu', inlinestyle:'padding-left:5px;text-align:left', linktarget:''}
anylinkmenu3.items=[
	["Working Groups", "http://www.law.buffalo.edu/baldycenter/research.htm#workingGroups"],
	["Research Forums", "http://www.law.buffalo.edu/baldycenter/research.htm#researchForum"],
	["Working Paper Series", "http://www.law.buffalo.edu/baldycenter/research.htm#facultypubs"] //no comma following last entry!
]

var anylinkmenu4={divclass:'anylinkmenu', inlinestyle:'padding-left:5px;text-align:left', linktarget:''}
anylinkmenu4.items=[
	["Annual Research Grants", "http://www.law.buffalo.edu/baldycenter/researchgrants.htm#annual"],
	["Small Research Grants", "http://www.law.buffalo.edu/baldycenter/researchgrants.htm#small"],
	["Conference & Workshop Grants", "http://www.law.buffalo.edu/baldycenter/researchgrants.htm#conference"],
	["Cosponsorship", "http://www.law.buffalo.edu/baldycenter/researchgrants.htm#cosponsorship"] //no comma following last entry!
]

var anylinkmenu5={divclass:'anylinkmenu', inlinestyle:'padding-left:5px;text-align:left', linktarget:''}
anylinkmenu5.items=[
	["Courses and Seminars", "http://www.law.buffalo.edu/baldycenter/studentinfo.htm#courses"],
	["Research Assistantships", "http://www.law.buffalo.edu/baldycenter/studentinfo.htm#assistantships"] //no comma following last entry!
]
