var services={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#31ad58', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
services.items=[
	["Meals on Wheels", "http://www.agewellseniorservices.org/html/meals.html"],
	["Daily Luncheons", "http://www.agewellseniorservices.org/html/lunch.html"],
	["Menu", "http://www.agewellseniorservices.org/html/menu.html"],
	["Transportation", "http://www.agewellseniorservices.org/html/transportation.html"],
	["Health Services", "http://www.agewellseniorservices.org/html/health.html"],
	["Individual Health", "http://www.agewellseniorservices.org/html/health-individual.html"],
	["Planning", "http://www.agewellseniorservices.org/html/planning.html"],
	["Senior Centers", "http://www.agewellseniorservices.org/html/senior-centers.html"],
	["Did You Know?", "http://www.agewellseniorservices.org/html/did-you-know.html"] //no comma following last entry!
]

var seniorinfo={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#31ad58', linktarget:''} //Second menu variable. Same precaution.
seniorinfo.items=[
	["Newsletter", "http://www.agewellseniorservices.org/html/newsletter.html"],
	["Resources", "http://www.agewellseniorservices.org/html/links.html"],
	["Wellness", "http://www.agewellseniorservices.org/html/wellness.html"],
	["Advance Directive", "http://www.agewellseniorservices.org/html/directive.html"],
    ["Definitions", "http://www.agewellseniorservices.org/html/definitions.html"] //no comma following last entry!
]

var helpus={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#31ad58', linktarget:''} //Third menu variable. Same precaution.
helpus.items=[
	["How You Can Help", "http://www.agewellseniorservices.org/html/help.html"],
	["Community Partners", "http://www.agewellseniorservices.org/html/partners.html"],
	["Planned Giving", "http://www.agewellseniorservices.org/html/giving.html"],
	["Volunteer", "http://www.agewellseniorservices.org/html/volunteer.html"],
	["Volunteer Form", "http://www.agewellseniorservices.org/html/volunter-form.html"],
    ["Job Openings", "http://www.agewellseniorservices.org/html/jobs.html"] //no comma following last entry!
]

