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=[
	["5th February 2012", "/newsletters/2012/feb/5.pdf",],
	["29th January 2012", "/newsletters/2012/jan/29.pdf",],
	["22nd January 2012", "#",],
	["15th January 2012", "/newsletters/2012/jan/15.pdf",],
	["8th January 2012", "/newsletters/2012/jan/8.pdf",],
	["1st January 2012", "#",],
	["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=[
	["",]	 //no comma following last entry
]
