var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu1.items=[
	["My approach", "my_approach.php"],
	["The basics", "the_basics.php"],
	["Planting", "planting.php"],
	["Project management", "project_management.php"] //no comma following last entry!
]

var anylinkmenu3={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //Third menu variable. Make sure "anylinkmenu3" is a unique name!
anylinkmenu3.items=[
	["Suffolk", "suffolk.php"],
	["Northamptonshire", "northamptonshire.php"],
	["Leicestershire", "leicestershire.php"] //no comma following last entry!
]

