// JavaScript Document/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'http://www.europeanluscombes.org.uk/index.php'],
	['Community', 'http://www.europeanluscombes.org.uk/community/index.php', null,
		['Forum', 'http://www.europeanluscombes.org.uk/community/forum/index.php'],
		['Photo Gallery', 'http://www.europeanluscombes.org.uk/community/index.php?ind=gallery'],
		['Owner\'s Map', 'http://www.europeanluscombes.org.uk/community/index.php?pid=4']
	],
	['Events', 'http://www.europeanluscombes.org.uk/community/index.php?pid=7', null,
		['Diary', 'http://www.europeanluscombes.org.uk/community/index.php?pid=7'],
		['The European Luscombe Rally', 'http://www.europeanluscombes.org.uk/Events/Rally2010.htm'],
		['The Luscombe Tour', 'http://www.europeanluscombes.org.uk/community/forum/viewtopic.php?f=4&t=595']
	],
	['Classifieds', 'http://www.europeanluscombes.org.uk/community/index.php?ind=reviews', null],
	['Links', 'http://www.europeanluscombes.org.uk/community/index.php?pid=8', null],
];

