﻿/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Company', 'index.php?id=60', null,
		['Our history', 'index.php?id=46'],
		['Principles of activities', 'index.php?id=47'],
		['Staff', 'index.php?id=48'],
		['Contacts', 'index.php?id=52']
	],
		['Company news', 'cindex.php'],
	['Services', 'index.php?id=54', null,
		['Assurance Services', 'index.php?id=55'],
		['Advisory Business Services', 'index.php?id=56'],
		['due diligence', 'index.php?id=57'],
		['Accounting Services', 'index.php?id=58'],
		['Tax & Legal services', 'index.php?id=59']
	],
	['Pricing', 'index.php?id=53', null,
	['Audit and consulting','index.php?id=49'],
	['Support service','index.php?id=50'],
	['Accounting services','index.php?id=51'],
	],
	['Clients', 'index.php?id=63'],
	['Contacts', 'index.php?id=52'],


];
