var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu1.items=[
	["Church Home", "http://www.livword.net/church_home.php"],
	["Worship", "http://www.livword.net/church_worship.php"],
	["Sermons", "http://www.livword.net/church_sermons.php"],
	["Calendar", "http://www.livword.net/church_calendar.php"],
	["Bible Study", "http://www.livword.net/church_bible_study.php"],
	["VBS", "http://www.livword.net/church_vacation_bible_school.php"],
	["Music Ministry", "http://www.livword.net/church_music.php"],
	["Youth Ministry", "http://www.livword.net/church_youth_ministry.php"],
	["Martin Luther", "http://www.livword.net/church_martin_luther.php"],
	["Newsletters", "http://www.livword.net/church_newsletters.php"],
	["Staff", "http://www.livword.net/church_staff_directory.php"],
	["Links", "http://www.livword.net/church_links.php/"] //no comma following last entry!
]



var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //Second menu variable. Same precaution.
anylinkmenu2.items=[
	["School Home", "http://www.livword.net/school_home.php/"],
	["Admissions", "http://www.livword.net/school_admissions.php/"],
	["Athletics", "http://www.livword.net/school_athletics.php/"],
	["Calendar", "http://www.livword.net/school_calendar.php/"],
	["Classrooms", "http://www.livword.net/school_classrooms.php/"],
	["Curriculum", "http://www.livword.net/school_curriculum.php/"],
	["Dress Code", "http://www.livword.net/school_dresscode.php/"],
	["Forms", "http://www.livword.net/school_forms.php/"],
	["Handbook", "http://www.livword.net/school_handbook.php/"],
	["Highlights", "http://www.livword.net/school_highlights.php/"],
	["Links", "http://www.livword.net/school_links.php/"],
	["Newsletter", "http://www.livword.net/school_newsletter.php/"],
	["Staff", "http://www.livword.net/school_staff.php/"],
	["Tuition", "http://www.livword.net/school_tuition.php/"] //no comma following last entry!
]



var anylinkmenu3={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //Second menu variable. Same precaution.
anylinkmenu3.items=[
	["Early Childhood Home", "http://www.livword.net/EarlyChildhood.php/"],
	["Registration", "http://www.livword.net/EarlyChildhood_Registration.php/"],
	["Newsletters", "http://www.livword.net/EarlyChildhood_Newsletters.php/"],
	["Handbook", "http://www.livword.net/EarlyChildhood_Handbook.php/"] //no comma following last entry!
]

var anylinkmenu4={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#DFFDF4', linktarget:'_new'} //Second menu variable. Same precaution.
anylinkmenu4.items=[
	["CNN", "http://www.cnn.com/"],
	["MSNBC", "http://www.msnbc.com/"],
	["Google", "http://www.google.com/"],
	["BBC News", "http://news.bbc.co.uk"] //no comma following last entry!
]