var MENU_ITEMS = [
	['Home', 'index.htm',
	],
	['About us', null, null,
		['Our Meetings', 'about_us/meetings.htm',],
		['Library', 'about_us/library.htm',],
		['Constitution', 'about_us/constitution.htm',],
		['Press Reports', 'about_us/press_reps.htm',],
		['Join Us!', 'about_us/joinus.htm',]
	],
	['Sightings', null, null,
		['General', 'sightings/gen_sightings.htm',],
		['Benson Moths', 'sightings/moths.htm',],
		['Fungi', 'sightings/fungi.htm',]
	],
	['Events & Talks', null, null,
		['Current Programme', 'events/programmecurrent.htm',],
		['Earlier', 'events/earlier_events.htm',]
	],
	['Our Report', null,null,
		['Introduction',null,null,
			['The Report','report/introduction.htm',],
			['Survey Team','report/surveyteam.htm',],
			['Benson Parish', null, null,
				['Introduction', 'report/benson_parish.htm',],
				['Parish Boundary','report/p_boundary.htm',],
				['Village Growth','report/villagegrowth.htm',],
				['RAF Benson','report/raf.htm',],
			],
		],
		['Terrains', null,null,
			['Woodlands','report/woodlands.htm',],
			['Hedgerows', null, null,
				['Introduction','report/hedgerows.htm',],
				['Why survey?','report/whysurvey.htm',],
				['Survey Method','report/surveymethod.htm',],
				['Analysis','report/analysis.htm',],
			],
			['Water', null, null,
				['The Riverbank','report/riverside.htm',],
				['The Watermeadow','report/watermeadow.htm',],
				['Benson Brook','report/brook.htm',],
			],
			['Open spaces', null, null,
				['Churchyard','report/churchyard.htm',],
				['Allotments','report/allotments.htm',],
				['Sunnyside','report/sunnyside.htm',],
				['Rivermead','report/rivermead.htm',],
				['Other Spaces','report/otherspaces.htm',],
			],
			['Footpaths','report/footpaths.htm',],
			['Cultivation', null, null,
				['Farmland','report/farmland.htm',],
				['Cuckoo Pen','report/cuckoopen.htm',],
			],
		],
		['Observations', null,null,
			['Flora', null, null,
				['Wild Flowers','report/wildflowers.htm',],
				['Trees & Shrubs','report/treesandshrubs.htm',],
				['Fungi','report/fungi.htm',],
			],
			['Fauna', null, null,
				['Birds','report/birds.htm',],
				['Mammals','report/mammals.htm',],
				['Butterflies','report/butterflies.htm',],
				['Fish','report/fish.htm',],
			],
			['Inventory','report/inventory.htm',],
		],
		['Sustainability','report/sustainability.htm',],
		['Climate','report/climate.htm',],
		['The Future', null, null,
			['Introduction','report/future.htm',],
			['Agenda 21','report/agenda21.htm',],
			['People','report/people.htm',],
			['Activities','report/activities.htm',],
			['Resources','report/resources.htm',],
			['Actions','report/future_actions.htm',],
		],
		['Photos','report/photographs.htm',],
	],
	['Feedback','feedback.htm',
	],
];


