
var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'width:180px; background:#ffffff', linktarget:'_self'} //Second menu variable. Same precaution.
anylinkmenu1.items=[
	["About Florida Impact", "http://www.flimpact.org/about.html"],
	["Board of Directors", "http://www.flimpact.org/board.html"],
	["Our Staff", "http://www.flimpact.org/staff.html"] //no comma following last entry!
]



var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'width:180px; background:#ffffff', linktarget:'_self'} //Second menu variable. Same precaution.
anylinkmenu2.items=[
	["Overview", "http://www.flimpact.org/resources.html"],
	["Healthcare", "http://www.flimpact.org/resources/healthcare.html"],
	["Food &amp; Nutrition", "http://www.flimpact.org/resources/nutrition.html"],
	["Housing &amp; Utilities", "http://www.flimpact.org/resources/housing.html"],
	["Income Assistance", "http://www.flimpact.org/resources/income.html"],
	["Education", "http://www.flimpact.org/resources/education.html"] //no comma following last entry!
]

var anylinkmenu3={divclass:'anylinkmenu', inlinestyle:'width:190px; background:#ffffff', linktarget:'_self'} //Second menu variable. Same precaution.
anylinkmenu3.items=[
	["Current Publications", "http://www.flimpact.org/pubcurrent.html"],
	["Archived Publications", "http://www.flimpact.org/pubarchives.html"] //no comma following last entry!
]


