var anylinkmenu1={divclass:'anylinkmenucols', inlinestyle:'', linktarget:''} //1st menu variable. Home
anylinkmenu1.cols={divclass:'column', inlinestyle:''} //menu.cols if defined creates columns of menu links segmented by keyword "efc"
anylinkmenu1.items=[
	["History", "history.html"],
	["Location", "location.html"],
	["Climate and Weather", "climate.html"],
	["Community Organizations", "organizations.html"],
	["Government", "government.html"],
	["Emergency Services", "emergency.html"]  //no comma following last entry!
]


var anylinkmenu2={divclass:'anylinkmenucols', inlinestyle:'', linktarget:''} //2nd menu variable. Our Services
anylinkmenu2.cols={divclass:'column', inlinestyle:''} //menu.cols if defined creates columns of menu links segmented by keyword "efc"
anylinkmenu2.items=[
	["Chamber Team", "team.html"],
	["Join The Chamber", "join.html"],
	["Mission Statement", "mission.html"],
	["Queens Court", "qcourt.html"],
	["Applications & Forms", "appsforms.html"],
	["Chamber Programs", "programs.html"],
	["Surrounding Area Chambers", "areachambers.html"]
]

var anylinkmenu3={divclass:'anylinkmenucols', inlinestyle:'', linktarget:''} //3rd menu variable. Our Products
anylinkmenu3.cols={divclass:'column', inlinestyle:''} //menu.cols if defined creates columns of menu links segmented by keyword "efc"
anylinkmenu3.items=[
	["Major Employers", "employers.html"],
	["Business Assistance", "businessassistance.html"]
]

var anylinkmenu4={divclass:'anylinkmenucols', inlinestyle:'', linktarget:''} //4th menu variable. Gardening Resources
anylinkmenu4.cols={divclass:'column', inlinestyle:''} //menu.cols if defined creates columns of menu links segmented by keyword "efc"
anylinkmenu4.items=[
	["Education", "education.html"],
	["Employment", "employment.html"],
	["Health Care", "healthcare.html"],
	["Worship", "worship.html"]
]


