/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.html'],
	['About Us', null, null,
		['Introduction', 'engintro.html'],
		['Committee', 'engcommittee.html'],
		['Subscriptions', 'engsubs.html'],
		['Constitution', 'engasscon.html'],
		['History', 'engasshist.html'],
		["Members' Stories", null, null,
			['Introduction', 'engstoryintro.html'],
			['1999 Visit To Colney', 'engboissyrep4.html'],
			["Romain's Visit", 'engromain.html'],
			['Hope Family Visit', 'enghope.html']
		],
	],
	['Newsletter', null, null,
		['Summer 2010', 'engnewssummer2010.html'],
		['April 2010', 'engnewsapril2010.html'],
		['February 2010', 'engnewsfeb2010.html'],
		['November 2009', 'engnewsnov2009.html']
	],
	['Future Events', 'engevents.html'],
	['Photos', null, null,
		['2010', null, null,
			['Visit to Boissy', 'engmp2010bv.html'],
			['Snow', 'engmp2010snow.html']
		],
		['2009', null, null,
			['Snow', 'engmp2009snow.html'],
			['Rain', 'engmp2009rain.html'],
			['Bluebells', 'engmp2009bluebells.html'],
			['Moroccan Evening', 'engmp2009morocco.html'],
			['Visit To Colney Heath', 'engmp2009fv.html'],
			['Skittles', 'engmp2009skit.html'],
			['Barbecue and Boules', 'engmp2009bandb.html'],
			['Xmas Dinner/Dance', 'engmp2009xmas.html']
		],
		['2008', null, null,
			['Visit to Boissy', 'engmp2008bv.html'],
			['Skittles', 'engmp2008skit.html'],
			['Larks in the Park', 'engmp2008larks.html'],
			['Snow In October', 'engmp2008snow.html'],
			['Xmas Dinner/Dance', 'engmp2008xm.html']
		],
		['2007', null, null,
			['Visit To Colney Heath', 'engmp2007fv.html'],
			['Table Camera Photos', 'engmp2007tc.html'],
			['Barbecue and Boules', 'engmp2007bandb.html'],
			['Xmas Dinner/Dance', 'engmp2007xm.html']
		],
		['2006', null, null,
			['Barbecue', 'engmp2006bandb.html'],
			['Murder Mystery', 'engmp2006mm.html'],
			['Visit To Boissy', 'engmp2006bv.html']
		],
		['French Visit 2005', 'engmp2005fv.html'],
		['Visit to Boissy 2004', 'engmp2004bv.html'],
		['1982', null, null,
			['June Visit To Boissy', 'engmp1982fv.html'],
			['Sept Visit To Boissy', 'engmp1982bv.html']
		],
		['More Photos Please', 'engmorephotos.html'],
	],
	['Colney Heath', null, null,
		['Colney Heath', 'engcheath.html'],
		['Organisations', 'engclubs.html'],
		['History', 'engchhist.html'],
		['Photos', null, null,
			['From The Air', 'engchair.html'],
			['In The Snow', 'engmp2007snow.html'],
			['In The Rain', 'engmp2007rain.html'],
			['In Autumn', 'engmp2007autumn.html']
		],
	],	
	['Places to Visit', null, null,
		['Locally', 'englocvisits.html'],
		['In London', 'englonvisits.html'],
		['In South East', 'engsevisits.html']
	],
	['Boissy', null, null,
		['Boissy', 'engboissy.html'],
		['Saint-Yon', 'engstyon.html'],
		['Clubs', 'engboissyclubs.html'],
		['Things To See Locally', 'engboissysee.html'],
		['Postcards', 'engboissycards.html']
	],
	['Site map', 'engsitemap.html'],
];
