
/* --- menu items --- */
var MENU_ITEMS = [
		
	['Home','./index.php'],
	['BSBI',null,null,
	['BSBI Nationally','./bsbinat.php'],
	['BSBI in Hampshire','./bsbihants.php'],
	['Atlas 2020 in Hampshire','./aupintro.php']],
	['Hampshire Rare Plant Register',null,null,
	['Introduction','./hrprhome.php'],
	['News and events','./hrprnews.php'],
	['Resources','./hrprresources.php']],
	['Hampshire Axiophytes','./axiointro.php'],
	['News','./news.php'],
	['Diary', './diary.php'],
	['Send your records!',null, null, 
	['Get a recording form','./recordingform.php'],
	['Look up a map reference', './getrefs.php']],
	['Flora Group Newsletters','./floragroupnl.php'],
	['Articles and Papers','./articles.php'],
	['Items for sale (and free)','./commercial.php'],
	['Links and References','./linkssocs.php']
];
	
