var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#FDD271', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu1.items=[
	["peter davis", "profile.asp?ID=1"],
	["bob baulch", "profile.asp?ID=2"],
	["graham brown", "profile.asp?ID=3"],
	["s&eacute;verine deneulin", "profile.asp?ID=4"] //no comma following last entry!
]



var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#FDD271', linktarget:''} //Second menu variable. Same precaution.
anylinkmenu2.items=[
	["publications", "publications.asp"],
	["policy impact", "policy.asp"],
	["data and tools", "tools.asp"],
	["links", "resourcecentre.asp"] //no comma following last entry!
]



var anylinkmenu3={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#FDD271', linktarget:''} //Third menu variable. Same precaution.
anylinkmenu3.items=[
	["news", "news.asp"] //no comma following last entry!
]

var anylinkmenu5={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#FDD271', linktarget:''} //Third menu variable. Same precaution.
anylinkmenu5.items=[
	["life histories", "bangladesh.asp"], //no comma following last entry!
	["pragmatism papers", "pragmatism.asp"],
	["other projects", "projects.asp"]
]

var anylinkmenu4={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#DFFDF4', linktarget:'_new'} //Second menu variable. Same precaution.
anylinkmenu4.items=[
	["CNN", "http://www.cnn.com/"],
	["MSNBC", "http://www.msnbc.com/"],
	["Google", "http://www.google.com/"],
	["BBC News", "http://news.bbc.co.uk"] //no comma following last entry!
]
