/*
  --- 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 = [
	['Accountancy', null, null,
		['Book-keeping'],
		['Management Accounting'],
		['Projections and Forecasts'],
		['Year End Reporting']
	],
	['Taxation Consulting/Compliance', null, null,
		['Starting Up in Business'],
		['Personal Tax'],
		['Corporate Tax'],
		['Self Assessment'],
		['VAT'],
		['Payroll'],
		['Capital Taxes']
	],
	['Company Secretarial', null, null,
		['Maintenance of Statutory Books'],
		['Assistance with Dealing with Companies House']
	],
	['Ad-hoc Project Work', null, null,
		['Available for ad-hoc project work in larger businesses']
	],
	['Support for larger Practices', null, null,
		['Support for larger practices during busy periods'],
	],
];

