var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'width:250px; background:#FFFFFF', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu1.items=[
	["Mission Statement", "../mission.html"],
	["History", "../history.html"],
	["In The News", "../inthenews.html"],
	["Testimonials", "testimonials.html"],
	["FAQs", "faqs.html"] //no comma following last entry!
]



var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'width:250px; background:#FFFFFF', linktarget:''} //Second menu variable. Same precaution.
anylinkmenu2.items=[
	["Join Us!", "membership.html"] //no comma following last entry!
]



var anylinkmenu3={divclass:'anylinkmenu', inlinestyle:'width:250px; background:#FFFFFF', linktarget:''} //Third menu variable. Same precaution.
anylinkmenu3.cols={divclass:'', inlinestyle:''} //menu.cols if defined creates columns of menu links segmented by keyword "efc"
anylinkmenu3.items=[
	["Meetings", "meetings.html"],
	["Special Interest Groups", "sigs.html"],
	["Social Calendar", "calendar.html"],
	["Volunteer Opportunities", "volunteer.html"] //no comma following last entry!
]

var anylinkmenu4={divclass:'anylinkmenu', inlinestyle:'width:250px; background:#FFFFFF', linktarget:''} //Fourth menu variable. Same precaution.
anylinkmenu4.items=[
	["Community", "community.html"] //no comma following last entry!
]

var anylinkmenu5={divclass:'anylinkmenu', inlinestyle:'width:250px; background:#FFFFFF', linktarget:''} //Fifth menu variable. Same precaution.
anylinkmenu5.items=[
	["Get in touch with us!", "http://www.mothersandmoremilw.org/contactus.html"] //no comma following last entry!
]

var anylinkmenu6={divclass:'anylinkmenu', inlinestyle:'width:250px; background:#FFFFFF', linktarget:'_new'} //Fifth menu variable. Same precaution.
anylinkmenu6.items=[
	["Go to National's site", "http://www.mothersandmore.org/"] //no comma following last entry!
]

var anylinkmenu7={divclass:'anylinkmenu', inlinestyle:'width:250px; background:#FFFFFF', linktarget:''} //Fifth menu variable. Same precaution.
anylinkmenu7.items=[
	["Click to log in", "members.html"] //no comma following last entry!
]

var anylinkmenu8={divclass:'anylinkmenu', inlinestyle:'width:250px; background:#FFFFFF', linktarget:''} //Fifth menu variable. Same precaution.
anylinkmenu8.items=[
	["MISSION STMT - TEST", "../mission.html"] //no comma following last entry!
]
