/*
  --- 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
	],
	['Products', 'SmartDevts.htm', null,
		['SMART Developments', 'SmartDevts.htm'],
		['PAMS', 'pams.htm'],
		['> PAMS DC', 'pamsdc.htm'],
		['> PAMS DR', 'pamsdr.htm'],
		['> PAMS MO', 'pamsmo.htm'],
	    ['Resource Management System', 'resourceManagement.htm'],
	    ['> RMS MWM', 'rms_mwm.htm'],
		['Field Manager', 'fieldManagement.htm'],
		['Generic Design Framework', 'genericdesignframework.htm'],
		['CREDO – Read Validation', 'credo.htm'],
		['Appointments Booking System', 'abs.htm'],
		['Middleware', 'middleware.htm'],
		['EAF', 'EAF.htm'],
		['Product Design Approach', 'productDesignApproach.htm']
	],
	['Services', 'Qualification.htm', null,
		['Qualification', 'Qualification.htm'],
		['Management', 'management.htm'],
		['Business Analysis', 'businessAnalysis.htm'],
		['Project Management', 'projectManagement.htm'],
		['Software Development', 'softwareDevelopment.htm'],
		['System Testing', 'systemTesting.htm'],
		['Data Management', 'dataManagement.htm'],
		['Quality Assurance', 'qualityAssurance.htm']
	],
	['Company', 'profile.htm', null,
		['Profile', 'profile.htm'],
		['Aims &amp; Objectives', 'aimsAndObjectives.htm'],		
		['Careers', 'careers.htm']		
	],
	['Contact Us', 'contactUs.htm', null
	],
];


