var aboutMenu={divclass:'anylinkmenu', inlinestyle:'width:150px; background:green;', linktarget:'_top'} //First menu variable. Make sure "anylinkmenu1" is a unique name!
aboutMenu.items=[
	["Pastors", "about.htm"],
	["Worship", "about2.htm"],
	["History", "about3.htm"],
	["Beliefs", "about4.htm"],
	["Ministries", "about5.htm"],
["Mission Statement", "about6.htm"]
 //no comma following last entry!
]



var newsMenu={divclass:'anylinkmenu', inlinestyle:'width:150px; background:blue', linktarget:'_top'} //Second menu variable. Same precaution.
newsMenu.items=[
	["Front Page", "news.htm"],
	["Blogs & Columns", "news2.htm"],
	["Prayer List", "news3.htm"],
	["Calendar", "news4.htm"] //no comma following last entry!
]


var mediaMenu={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#9932cc', linktarget:'_top'} //Second menu variable. Same precaution.
mediaMenu.items=[
	["Audio Sermons", "media.htm"],
	["Videos", "media2.htm"],
	["Picture Gallery", "media3.htm"] //no comma following last entry!
]

var vietMenu={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#ff571c', linktarget:'_top'} //Second menu variable. Same precaution.
vietMenu.items=[
	["Vietnam Home", "vietnam.htm"],
	["About the Fellowship", "vietnam2.htm"],
	["Pastor Thai's Story", "vietnam3.htm"] //no comma following last entry!
]

var resourceMenu={divclass:'anylinkmenu', inlinestyle:'width:150px; background:magenta', linktarget:'_top'} //Second menu variable. Same precaution.
resourceMenu.items=[
	["Bible Studies", "resources.htm"],
	["Archived Articles", "resources2.htm"],
	["Really Cool Links", "resources3.htm"] //no comma following last entry!
]

var contactMenu={divclass:'anylinkmenu', inlinestyle:'width:150px; background:rgb(100, 149, 237)', linktarget:'_top'} //Second menu variable. Same precaution.
contactMenu.items=[
	["Feedback", "contact.htm"],
	["Previous Comments", "contact2.htm"] //no comma following last entry!
]