var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu1.items=[
	["Baptisms", "/baptisms/index.htm"],
	["Confirmations", "/confirmations/index.htm"],
	["Funerals", "/funerals/index.htm"],
	["Marriages", "/marriages/index.htm"]     	//no comma following last entry!
]

var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'', linktarget:'_self'} //Second menu variable. Same precaution.
anylinkmenu2.items=[
	["7th March 2010", "/newsletters/2010/mar/7.pdf",],
	["28th February 2010", "/newsletters/2010/feb/28.pdf",],
	["21st February 2010", "/newsletters/2010/feb/21.pdf",],
	["14th February 2010", "/newsletters/2010/feb/14.pdf",],
	["7th February 2010", "/newsletters/2010/feb/7.pdf",],
	["Archive", "/newsletters/archive/index.htm"]    //no comma following last entry!
]

var anylinkmenu3={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //Third menu variable. Same precaution.
anylinkmenu3.items=[
	["The Revd. Peter Wragg", "/mailpw/index.htm"],
	["The Revd. David Mapes","/maildm/index.htm"],
	["Pastor Mark Conlon", "/mailmc/index.htm"],
	["PCC Secretary", "/mailpo/index.htm"],
	["Parish Office", "/mailpo/index.htm"],
	["Webmaster", "../mailwm/index.htm"] 	//no comma following last entry!
]

var anylinkmenu4={divclass:'anylinkmenu', inlinestyle:'', linktarget:'_new'} //Fourth menu variable. Same precaution.
anylinkmenu4.items=[
	["on Britain Express", "http://www.britainexpress.com/History/saxon/dunstan.htm"],
	["on Wikipedia", "http://en.wikipedia.org/wiki/Dunstan"]  //no comma following last entry!
]
var anylinkmenu5={divclass:'anylinkmenu', inlinestyle:'', linktarget:'_new'} //Fifth menu variable. Same precaution.
anylinkmenu5.items=[
	["November to February Readings Rota", "/rota/readings.pdf"],
	["November to February Sunday Rota", "/rota/sunday.pdf"]  //no comma following last entry!
]