/*
  --- 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,
	],
	['About Us', 'aboutus.htm', null,
	],
	['Contact', 'contactus.htm', null,
	],
	['Our Lean Journey', 'lean.htm', null,
	],	
	['Products & Services', 'products.htm', null,
		['Metrics for OEE and Downtime', 'RTVF Metrics.htm'],
		['ResponseTime Visual Factory', 'shopfloor.htm'],
		['ResponseTime Alerts', 'rta.htm'],
		['Consulting', 'services.htm'],
	],	
	
	['Technologies', 'tech.htm', null,
		['SQL Server','sql.htm'],
		['Sharepoint', 'sharepoint.htm'],
		['Reporting Services', 'rs.htm'],
		['Scorecarding','bsm.htm'],
		['SMS and mobile','sms.htm'],
	],
	['Partners', 'partners.htm', null,
	],

];

