/* Tigra Menu items structure */
var MENU_ITEMS = [
	['IAG', 'IAG,html', null,
		['Home', 'Home.html'],
		['Mission', 'Mission.html'],
		['Contact us', 'Contact.html'],
            ['Members Only','Membersonly.html']
	],
	['IAG Contributions', 'Contributions.html', null,
		['IAG Official Projects', 'Projects2010.html'],
		['IAG Members\' Contributions', 'IAG_Members.html'],
		['IAG Archives', 'IAG_Archives.html']
	],
	['Non-IAG Contributions', 'Non-IAG_Contributions.html', null,
		['Non IAG Reports', 'Non-IAG_Reports.html'],
		['Non IAG Archives', 'Non-IAG_Archives.html']
	],
	['Membership', 'Membership.html', null,
		['About us', 'About_us.html'],
		['Joining IAG', 'join.html']
		
	],
	['News', 'News.html', null,
		['Current News', 'Latest.html'],
		['News Archives', 'Last.html'],
	],
	['Meetings', 'IAG_Meetings.html', null,
		['IAG Meetings', 'IAG_Meetings.html'],
		['IAG Documentary Group', 'DSG_Meetings.html'],
		['Ewecross Meetings', 'Ewecross_Meetings.html'],
		['North Craven Heritage', 'NCHT_Meetings.html']
	],
	['Links', 'Links.html',null,
		['Links','Links.html']
	],
	['Publications', 'Publications.html',null,
		['IAG Publications','Publications.html'],
		['Non-IAG Publications','Non-IAG_Publications.html'],
	],
];
