// menu_items.js file
// comments block here


var MENU_ITEMS =[
	["The Centre", null,
		["Introduction", "http://www.mallaigheritage.org.uk/centre/intro.htm"],
		["Opening hours", "http://www.mallaigheritage.ukfsn.org/info/opening.php"],
		["How to get here", "http://www.mallaigheritage.org.uk/centre/location.htm"],
		["Membership", "http://www.mallaigheritage.org.uk/centre/members.htm"],
		["Contact us", "http://www.mallaigheritage.org.uk/centre/contact.htm"]
	],
	["Exhibitions", null,
		["Mallaig", "http://www.mallaigheritage.org.uk/exhibit/mallaig.htm"],
		["The Rough Bounds", "http://www.mallaigheritage.org.uk/exhibit/bounds.htm"],
		["The Mallaig Railway", "http://www.mallaigheritage.org.uk/exhibit/rail1.htm"],
		["Steamers and Ferries", "http://www.mallaigheritage.org.uk/exhibit/steamers.htm"],
		["Lifeboats", "http://www.mallaigheritage.org.uk/exhibit/lifeboat.htm"],
		["Fishing", "http://www.mallaigheritage.org.uk/exhibit/fish_c19.htm"],
		["Highland Galleys", "http://www.mallaigheritage.org.uk/exhibit/galleys.htm"],
		["Find a face", "http://www.mallaigheritage.ukfsn.org/groups/findface.php"]
	],
	["Resources", null,
		["Catalogue", "http://www.mallaigheritage.ukfsn.org/catalogue/index.htm"],
		["Gallery", "http://www.mallaigheritage.org.uk/gallery/index.htm"],
		["Find a face", "http://www.mallaigheritage.ukfsn.org/groups/findface.php"],
		["Censuses", "http://www.mallaigheritage.org.uk/info/census.htm"],
		["Art, verse & song", "http://www.mallaigheritage.org.uk/services/verse.htm"],
		["Noticeboard", "http://www.mallaigheritage.ukfsn.org/forums/index.php"]
	],
	["Services", null,
		["Catalogue", "http://www.mallaigheritage.ukfsn.org/catalogue/index.htm"],
		["Research", "http://www.mallaigheritage.org.uk/services/research.htm"],
		["Materials for Schools", "http://www.mallaigheritage.org.uk/services/schools.htm"],
		["Publications", "http://www.mallaigheritage.org.uk/services/pubs.htm"],
		["Shop", "http://www.mallaigheritage.ukfsn.org/services/mhcsales.htm"]
	],
	["Local info", null,
		["Accommodation", "http://www.mallaigheritage.org.uk/info/accomm.htm"],
		["Transport", "http://www.mallaigheritage.org.uk/info/transport.htm"],
		["Weather forecast", "http://www.bbc.co.uk/weather/5day.shtml?id=3094"],
		["Visitor information", "http://www.mallaigheritage.org.uk/info/localinfo.htm"],
		["Other links", "http://www.mallaigheritage.org.uk/info/localinfo.htm#misc"]
	]
];
