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:'_new'} //Second menu variable. Same precaution.
anylinkmenu2.items=[
	["RAZZAMATAZZ ROBOTS", "/newsletters/2010/jul/razzrobots.pdf",],
	["25th July 2010", "/newsletters/2010/jul/25.pdf",],
	["18th July 2010", "/newsletters/2010/jul/18.pdf",],
	["11th July 2010", "/newsletters/2010/jul/11.pdf",],
	["4th July 2010", "/newsletters/2010/jul/4.pdf",],
	["27th June 2010", "/newsletters/2010/jun/27.pdf",],
	["20th June 2010", "/newsletters/2010/jun/20.pdf",],
	["13th June 2010", "/newsletters/2010/jun/13.pdf",],
	["6th June 2010", "/newsletters/2010/jun/6.pdf",],
	["Archives", "/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"],
	["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=[
	["July to October Readings Rota", "/rota/readings.pdf",],
	["July to October Sunday Rota", "/rota/sundays.pdf",]	 //no comma following last entry
]