/*
  --- 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.aspx', null],
	['Profile', 'profile.aspx', null],
	['Our Team', 'team.aspx', null],
	['Products', null, null,
		['Pension Master', 'pension-master.aspx', null],
		['Pension Master Online', 'pension-master-online.aspx', null],
		['Payroll Master', 'payroll-master.aspx', null]
	],
	['Services', null, null,
		['Implementation', 'implementation.aspx', null],
		['Hardware', 'hardware.aspx', null],
		['Data Conversion', 'data-conversion.aspx', null],
		['Training', 'training.aspx', null],
		['Support', 'support.aspx', null]
	],
	
	['Client Comments', 'comments.aspx', null],
	['Contact Us', 'contact.aspx', null]
];

