var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu1.items=[
	["OVERVIEW", "/about/"],
	["HISTORY", "/about/history.php"],
	["STAFF", "/about/staff.php"],
	["PRESS ROOM", "/about/press_room.php"],
	["CAREERS", "/about/careers.php"],
	["VIDEO", "/about/video.php"],
	["BONDING & ATTACHMENT THERAPY VIDEO", "/about/splitscreen.php"] //no comma following last entry!
]

var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu2.items=[
	["OUR FACILITY", "/programs/our_facility.php"],
	["RESIDENTAL PROGRAM", "/programs/residential.php"],
	["CHILD ENRICHMENT CENTER & DAYCARE", "/programs/daycare.php"],
	["OUR CLINICAL APPROACH", "/programs/our_approach.php"],
	["COMMUNITY SERVICES", "/about/outreach.php"],
	["ADMISSIONS", "/programs/admissions.php"],
	["SUCCESS STORIES", "/programs/success_stories.php"] //no comma following last entry!
]

var anylinkmenu3={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu3.items=[
	["EVENTS", "/support/events.php"],
	["VOLUNTEER", "/support/volunteer.php"],
	["WISH LIST", "/support/wish_list.php"],
	["PLANNED GIVING", "/support/planned_giving.php"],
	["CORPORATE GIVING", "/support/index.php"] //no comma following last entry!
]

var anylinkmenu4={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu4.items=[
	["CONNECTIONS", "/connection.php"] //no comma following last entry!
]


