/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'http://www.eventides.org.uk/index.html', null,
		['Latest News', 'stoppress%2007.htm', {'sb':'Stop Press Pages!!!'}],
		['Introduction', 'intro.htm', {'sb':'Find out all about  the Eventide Owners Group'}],
		['Official Stuff', 'The%20Constitution.htm'],
		['Register', 'membership.htm'],
		['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,
			['Tertia of Leigh', 'builder2.htm'],
			['Cirra', 'builder3.htm'],
			['Fram', 'builder4.htm'],
			['New Riptide', 'builder5.htm'],
			['Tuphnol Boat?', 'builder6.htm'],
			['Chippawa', 'builder7.htm'],
			['Neptunes Neried', 'builder8.htm'],
			['Tidewater', 'builder9.htm'],
			['Westwater', 'builder10.htm'],
			['Coronette', 'Coronette.htm'],
			['Perim', 'builder11.htm'],
			['Lyekka', 'builder12.htm'],
			['Home and Away', 'builder13.htm'],
			['Lady Anne', 'builder14.htm'],
			['Steel Riptide', 'builder15.htm'],
			['Celtic Lass', 'builder16.htm']
		],
		['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,
		['Issue 1', 'news1.htm'],
		['Issue 2', null],
		['Issue 3', null],
		['Issue 4', 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']
	]
];
