
/* --- menu items --- */
var MENU_ITEMS = [
		
	['Placenames',null,null,
	['alphabetical index','javascript:getPlalphaIndex()'],
	['township index','javascript: getPltownshipIndex()']],
	['Local History - places',null,null,
	['artefacts','javascript: getArtefacts()'],
	['battle sites','javascript: getBattles()'],
	['birds','javascript: getBirds()'],
	['brochs','javascript: getBrochs()'],
	['cairns','javascript: getCairns()'],
	['depopulated townships','javascript: getDepopTs()'],
	['d&ugrave;ns','javascript: getDuns()'],
	['fossils','javascript: getFossils()'],
	['geology','javascript: getGeology()'],
	['minerals','javascript: getMinerals()'],
	['roundhouses','javascript: getRoundhouses()'],
	['sheilings','javascript: getSheilings()'],
	['shell middens','javascript: getShellmiddens()'],
	['soutterains','javascript: getSoutterains()'],
	['standing stones','javascript: getStandingstones()']],
	['Local History - people',null,null,
	['clans','javascript: getClans()'],
	['crofting','javascript: getCrofting()'],
	['fishing','javascript: getFishing()'],
	['graveyards','javascript: getGraveyards()'],
	['snippets of history','javascript: getHistory()'],
	['interviews','javascript: getInterviews()'],
	['placenames','javascript: getPlacenames()'],
	['proverbs','javascript: getProverbs()'],
	['songs','javascript: getSongs()'],
	['stories','javascript: getStories()'],
	['war memorials','javascript: getWarMems()']],
	['Patronymics',null,null,
	['township index','javascript:getPatronymics()']]
];
	
