var aboutus={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
aboutus.items=[
	["Our History", "OurHistory.aspx"],
	["Who We Are", "WhoWeAre.aspx"]
]

var leadership = { divclass: 'anylinkmenu', inlinestyle: '', linktarget: ''}
leadership.items = [
    ["Our Pastor & Ministers", "Leadership.aspx"],
	["Administrative Staff", "AdminStaff.aspx"]
	
]

var ministries = { divclass: 'anylinkmenu', inlinestyle: '', linktarget: '' }
ministries.items = [
	["Dynamic Drive", "http://www.dynamicdrive.com/"],
	["CSS Drive", "http://www.cssdrive.com/"],
	["JavaScript Kit", "http://www.javascriptkit.com/"],
	["Coding Forums", "http://www.codingforums.com/"],
	["JavaScript Reference", "http://www.javascriptkit.com/jsref/"] //no comma following last entry!
]

var education = { divclass: 'anylinkmenu', inlinestyle: '', linktarget: '' }
education.items = [
	["Leadership &amp; Biblical Institute", "LeadershipBiblical.aspx"],
	["School of Music", "SchoolOfMusic.aspx"],
    ["Bookstore", "Bookstore.aspx"]
]

var cdc = { divclass: 'anylinkmenu', inlinestyle: '', linktarget: '' }
cdc.items = [
	["School Program", "SchoolProgram.aspx"],
	["Summer Program", "SummerProgram.aspx"]
]

var media = { divclass: 'anylinkmenu', inlinestyle: '', linktarget: '' }
media.items = [
	["Photo Galleries", "PhotoGalleries.aspx"],
	["Video", "Video.aspx"],
	["Audio", "Audio.aspx"]
]



//var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#FDD271', linktarget:'_new'} //Second menu variable. Same precaution.
//anylinkmenu2.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!
//]

//var anylinkmenu3={divclass:'anylinkmenucols', inlinestyle:'', linktarget:'secwin'} //Third menu variable. Same precaution.
//anylinkmenu3.cols={divclass:'column', inlinestyle:''} //menu.cols if defined creates columns of menu links segmented by keyword "efc"
//anylinkmenu3.items=[
//	["Dynamic Drive", "http://www.dynamicdrive.com/"],
//	["CSS Drive", "http://www.cssdrive.com/"],
//	["JavaScript Kit", "http://www.javascriptkit.com/"],
//	["Coding Forums", "http://www.codingforums.com/"],
//	["JavaScript Reference", "http://www.javascriptkit.com/jsref/", "efc"]
//	
//]

