
/* --- menu items --- */
var MENU_ITEMS = [
		
	['Home','./index.php'],
	['Sign in / out','./login.php'],
	['BSBI',null,null,
	['BSBI Nationally','./bsbinat.php'],
	['BSBI in Hampshire','./bsbihants.php'],
	['Maps Scheme in Hants','./aupintro.php'],
	['Hampshire Axiophytes','./axiointro.php']],
	['Hampshire Rare Plant Register',null,null,
	['Introduction','./hrprhome.php'],
	['News and events','./hrprnews.php'],
	['Resources','./hrprresources.php']],
	['News','./news.php'],
	['Diary', './diary.php'],
	['Send your records!','./recordingform.php'],
	['Flora Group Newsletters','./floragroupnl.php'],
	['Articles and Papers','./articles.php'],
	['Items for sale','./commercial.php'],
	['Links and References','./notready.php?SubTitle=Links']
];
	