/*
  --- 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,
	],
	['Company', null, null,
		['About Us', 'about.htm'],
		['Careers', 'careers.htm'],
		['Contact Us', 'contact.htm'],
	],
	['Services', 'services.htm', null,
		['Accounting', 'services.htm'],
		['Tax preparation', 'services.htm'],
		['GST & BAS', 'services.htm'],
		['Forensic Taxation', 'services.htm'],
		['Mortgage Financing', 'services.htm'],
		['Much More..', 'services.htm']
	],
	['Resources', null, null,
		['ATO', 'http://www.ato.gov.au'],
		['CPA Australia', 'http://www.cpaonline.com.au'],
		['Tax Calculator', 'http://www.ato.gov.au/scripts/taxcalc/calc_standard_hire.asp'],
		['Business Entry Point', 'http://www.business.gov.au/'],
		['United Lending', 'http://www.unitedlending.com.au/'],
	],
	['Contact Us', 'contact.htm', null,
	],
];

