/*
  --- 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 = [
	['The Group', '', null,
		['Profile', 'group_profile.php'],
		['History', 'group_history.php'],
		['The group companies', 'group_groupcompany.php'],
	],
	['The activities', '', null,
		['Sectors', 'activities_sectors.php'],
		['Solutions', 'activities_solutions.php'],
	],
	['Press room', '', null,
		['Press folder', 'press_folder.php'],
		['Press release', 'press_release.php'],		
		['Newsletter', 'press_newsletter.php'],
	],
	['Contact', '', null,
		['Our sites', 'contact_offices.php'],
		['How to find us', 'contact_howtofind.php'],
		
	],

];


