var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu1.items=[
	["Home Page", "http://www.fbccottonwood.org/index.htm"] //no comma following last entry!
]



var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#FDD271', linktarget:'_new'} //Second menu variable. Same precaution.
anylinkmenu2.items=[
	["Worship", "http://www.fbccottonwood.org/worship.htm"],
	["Shepherd's Heart", "http://www.fbccottonwood.org/ShepherdHeart.htm"],
	["Adults", "http://www.fbccottonwood.org/adults.htm"],
	["Youth/Teen", "http://www.fbccottonwood.org/youth.htm"],
	["Children", "http://www.fbccottonwood.org/children.htm"] //no comma following last entry!
]



var anylinkmenu3={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#CCFFFF', linktarget:'_new'} 
anylinkmenu3.items=[
	["Christianity", "http://www.fbccottonwood.org/christianity.htm"] //no comma following last entry!
]

var anylinkmenu4={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#DFFDF4', linktarget:'_new'} //Second menu variable. Same precaution.
anylinkmenu4.items=[
	["January", "http://www.fbccottonwood.org/Jan.htm"],
	["February", "http://www.fbccottonwood.org/Feb.htm"],
	["March", "http://www.fbccottonwood.org/Mar.htm"],
	["April", "http://www.fbccottonwood.org/Apr.htm"],
	["May", "http://www.fbccottonwood.org/May.htm"],
	["June", "http://www.fbccottonwood.org/June.htm"],
	["July", "http://www.fbccottonwood.org/July.htm"],
	["August", "http://www.fbccottonwood.org/Aug.htm"],
	["September", "http://www.fbccottonwood.org/Sept.htm"],
	["October", "http://www.fbccottonwood.org/Oct.htm"],
	["November", "http://www.fbccottonwood.org/Nov.htm"],
	["December", "http://www.fbccottonwood.org/Dec.htm"]  //no comma following last entry!
]


var anylinkmenu5={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#CCFFCC', linktarget:'_new'} //First menu variable. Make sure "anylinkmenu5" is a unique name!
anylinkmenu5.items=[
	["Map", "http://www.fbccottonwood.org/map.htm"],
	["Directions", "http://www.fbccottonwood.org/directions.htm"] //no comma following last entry!
]

