
var WhatsDoing={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
WhatsDoing.items=[
	["Calendar", "http://www.kolemet.org/calendar.asp"],
	["Weekly Email", "http://www.kolemet.org/weekly.asp"],
	["Monthly Newsletter", "http://www.kolemet.org/monthly.asp"],
	["Scrip Program", "http://www.kolemet.org/ScripMain.asp"],
	["Career Reconstrunctionist", "http://www.kolemet.org/CareerRecon.asp"],
	["Getting Involved", "http://www.kolemet.org/involve.asp"]
]

var ForMembers={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
ForMembers.items=[
	["General Info", "http://www.kolemet.org/congregant.asp"],
	["Leadership", "http://www.kolemet.org/leadership.asp"],
	["Religious School", "http://www.kolemet.org/religiousschool.asp"],
	["Prayer Audio", "http://www.kolemet.org/OnlineCD.asp"],
	["Getting Involved", "http://www.kolemet.org/involve.asp"]//no comma following last entry!
]

var AboutUs={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
AboutUs.items=[
	["Values", "http://www.kolemet.org/values.asp"],
	["Worship", "http://www.kolemet.org/worship.asp"],
	["Leadership", "http://www.kolemet.org/leadership.asp"],
	["Becoming a Member", "http://www.kolemet.org/membership.asp"],
	["Religious School", "http://www.kolemet.org/religiousschool.asp"],
	["Getting Involved", "http://www.kolemet.org/involve.asp"],
	["Driving Directions", "http://www.kolemet.org/directions.asp"],
	["Contact Info", "http://www.kolemet.org/Contact.asp"]//no comma following last entry!
]



var PublicPrograms={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
PublicPrograms.items=[
	["Preschool", "http://www.kolemet.org/values.asp"],
	["Summer Kamp", "http://www.kolemet.org/worship.asp"],
	["Contact Info", "http://www.kolemet.org/Contact.asp"]//no comma following last entry!
]

