/*
  --- 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', '/index.htm', null,
	],
	['Payroll Solutions', '/index.htm', null,
			['Weekly Payroll', '/solutions', null, ],
			['Monthly Payroll', '/solutions', null, ],
			['Online Payroll', '/solutions/online.htm', null, ],
	],
			
	['Payroll Bolt-Ons',, null,
			['P11D', '/boltons/p11d.htm', null, ],
			['Reporting', '/boltons/reporting.htm', null, ],
			['BACS', '/boltons/bacs.htm', null, ],
			['Contractors Schemes', '/boltons/cis.htm', null, ],
			['Incentive Schemes', '/boltons/incentive.htm', null, ],
	],
	
	['Payroll Quotation', '/quotation/index.htm', null,
	],
	
	['Accountancy', '/index.htm', null,
			['Personal Tax', 'http://www.bennettbrooks.co.uk/content/padvisor_introtax/index.html', null, ],
			['Business Tax', 'http://www.bennettbrooks.co.uk/content/taxcentre/index.html', null, ],
			['Business Solutions', 'http://www.bennettbrooks.co.uk/content/forums/index.html', null,],
	],
	
	['Financial Planning', 'http://www.bennettbrooks-ifa.co.uk', null,
	],
	
	['Links', '/links.htm', null,
	], 
	['Contact Us', '/contact.htm', null,
	],
];