var MENU_ITEMS=[
	['Home', '/',null],
	['Consulting','/', null, 
		['Our Expertise','/expertise.html'],
		['Major Projects','/projects.html']
	],
	['Strategy','/aviationstrategy.html'],
	['Insights','/aviationinsights.html'],
	//['Data','/aviationdata.html'],
	['About us','/profiles.html', null,
		['Profiles','/profiles.html'],
		['News', '/news.html'],
		['Contact us','/aboutus.html']
	],
	['Links','/links.html'],
	[
		"Member's Area",null,{'member': 1},
			['Logout','/cgi-bin/member.pl?cmd=logout'],
			['My Details','/member.html']
	]
];
if(getCookie('logged_in')){
	var LM=
	[
		"Member's Area",null,{'member': 1},
			['Logout','/cgi-bin/member.pl?cmd=logout'],
			['My Details','/cgi-bin/member.pl?cmd=det']
	]
	;
	if(parseInt(getCookie('logged_in')) == 1){
//		MENU_ITEMS.push(LM);
	}
}
