
var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'width:240px; background:#fff', linktarget:'_parent'} //Second menu variable. Same precaution.
anylinkmenu1.items=[
	["Board of Directors", "/board.html"],
	["Staff", "/staff.html"],
	["Letter from the Executive Director", "/directorsletter.html"] //no comma following last entry!
]


var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'width:200px; background:#fff', linktarget:'_self'} //Second menu variable. Same precaution.
anylinkmenu2.items=[
	["Results", "/results.html"],
	["What People Are Saying", "/saying.html"] //no comma following last entry!
]


var anylinkmenu3={divclass:'anylinkmenu', inlinestyle:'width:140px; background:#fff', linktarget:'_self'} //Second menu variable. Same precaution.
anylinkmenu3.items=[
	["Press", "/press.html"],
	["Events", "/events.html"],
	["Annual Report", "/annualreport.html"] //no comma following last entry!
]
	
	
var anylinkmenu4={divclass:'anylinkmenu', inlinestyle:'width:125px; background:#fff', linktarget:'_self'} //Second menu variable. Same precaution.
anylinkmenu4.items=[
	["Invest", "/invest.html"],
	["Volunteer", "/volunteer.html"] //no comma following last entry!
]
	



