/*

  --- menu items --- 

  note that this structure has changed its format since previous version.

  additional third parameter is added for item scope settings.

  Now this structure is compatible with Tigra Menu GOLD.

  Format description can be found in product documentation.

*/

var MENU_ITEMS = [

	['Home', 'en/index.html'

	],

	['Mission', 'en/mission.html'

	],

	['Services', 'en/services.html',null,

		['Strategy Consulting', 'en/strategy.html'],
		
		['Public & Legal Affairs', 'en/publicaff.html'],
		
		['Local Development', 'en/localdev.html'],
		
		['Digital Media', 'en/newmed.html'],
	
		['Sport', 'en/sport.html'],
		
		['Association Management', 'en/assocmanag.html'],
			
		['Public Relations & Events', 'en/publicrel.html'],
		
		['References', 'en/clients.html'],
		
	],

	['Research', 'en/report.html',null, 

		 ['Studies & Contributions', 'en/pastass.html'],
		 		 
		 ['Monitoring Service', 'en/newsservice.html'],
		 
		  ['Collaboration', 'en/collaboration.html'],
	 ],

	['Events', 'en/events.html',null,
	 
	 		['KEA Approach', 'en/expect.html'],
	
			['Our Services', 'en/ourservices.html'],

			['Selected Past Events', 'en/stories.html']

		],

	['Team', 'en/team.html',null,
	
			['Our Team', 'en/team.html'],
	
			['Jobs & Internships', 'en/joinkea.html'],
			
			['Collaboration', 'en/collaboration.html'],
			
		],

	];



