/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'http://www.eventides.org.uk/index.html', null,
		['Latest News', 'news1.htm', {'sb':'Stop Press Pages!!!'}],
		['Introduction', 'intro.htm', {'sb':'Find out all about  the Eventide Owners Group'}],
		['Official Stuff', 'The%20Constitution.htm'],
		['Enrol', '/member_form/form.php'],
		['Donations', 'Donations.htm'],
		['EOG Flyer', 'Flyer.htm']
	],
	['Our Boats', null, null,
		['The Designers', 'designers.htm'],
		['The Designs', 'plans.htm', null,
			['Junior', 'junior.htm'],
			['Senior ', 'senior.htm'],
			['Wild Duck', 'wildduck.htm'],
			['3-Tonner', '3tonner.htm']
		],
		['Where are We', 'where.htm']
	],
	['Photo Gallery', null, null,
		['Pictures', null, null,
			['Unidentified!', 'unipic.htm'],
			['Eventide', 'evepic.htm'],
			['Senior', 'senpic.htm'],
			['Waterwitch', 'waterpic.htm'],
			['Wild Duck', 'wildpic.htm'],
			['Junior', 'junpic.htm'],
			['Riptide 31', 'rippic.htm'],
			['Goosander', 'goospic.htm'],
			['3 Tonner', '3tonpic.htm'],
			['Mouette', 'moupic.htm'],
			['Storm 26', 'stormpic.htm'],
			['Golden Hind', 'goldpic.htm'],
			['Other M.G.', 'kylixpic.htm'],
			['Friends', 'frenpic.htm']
		],
		['Featured Boats', 'featured_boat.htm', null,
			['Filandra', 'filandra.htm'],
			['Magog', 'Magog.htm'],
			['The Wild Duck', 'wildduck2.htm'],
			['Fiddler\'s Green', 'featured_boat.htm'],
			['Coronette', 'Coronette.htm']
		],
		['Builders & Restorers', 'builders.htm', null,],
		['Photo - Tips', 'Photographs.htm']
	],
	['For Sale', null, null,
		['Member\'s Classifieds', 'sell_your_boat_of_other_boating.htm'],
		['Books Reviews', 'books.htm'],
		['Gear that works', 'whatworks.htm']
	],
	['Newsletter', 'news1.htm', null],
	['Advice & Stuff', null, null,
		['Forum', '/forum'],
		['Search', 'Search.htm'],
		['Owners Tips', 'tips.htm'],
		['Ask a Question', 'advicepage.htm'],
		['Useful Links', 'links.htm'],
		['Advisors', 'Advisors.htm'],
		['Feed Back', 'feedback.htm'],
		['Contacts', 'contacts.htm']
	]
];

