var MTV_menu={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#FDD271', linktarget:'_self'} //First menu variable. Make sure "anylinkmenu1" is a unique name!
MTV_menu.items=[
	["Bible Study", "MTV_bible.htm"],
	["Events", "MTV_events.htm"] //no comma following last entry
]

var BT_menu={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#FDD271', linktarget:'_self'} //Second menu variable. Same precaution.
BT_menu.items=[
	["Bible Study", "BASIC_bible.htm"],
	["Events", "BASIC_events.htm"] //no comma following last entry
]

var mediamenu={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#FDD271', linktarget:'_self'} //Third menu variable. Same precaution.
mediamenu.items=[
	["Pictures", "http://r360.gracechurch.ca/pics.htm"],
	["Videos", "http://r360.gracechurch.ca/vids.htm"] //no comma follow last entry
]

