// 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"],
	["Baldy Blog", "http://baldycenter.wordpress.com/"],
	["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 Blog", "http://baldycenter.wordpress.com/category/events/"],
	["Faculty Seminar Series", "http://www.law.buffalo.edu/baldycenter/facsem.htm"],
	["Book Manuscript Workshops", "http://www.law.buffalo.edu/baldycenter/bookmanuscripts.htm"],
	["Events Archive", "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"],
	["Faculty Publications", "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"],
	["Gilbert Moore Fellowships", "http://www.law.buffalo.edu/baldycenter/studentinfo.htm#gilbert"],
	["Research Assistantships", "http://www.law.buffalo.edu/baldycenter/studentinfo.htm#assistantships"] //no comma following last entry!
]