/*
  --- 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 = [
	['SERVICES', null, null,
		['Application Development', 'application.html'],
		['Web Solutions', 'websol.html'],
		['Software Maintenance', 'softwaremain.html'],
		['Database Design & Development', '#'],
		['BPO', '#'],
		['Other Services', null, null,
		['Internet Marketing', 'internetmarkting.html'],
		['Content Development & Management', 'Content_Development_Management.html'],
		['Quality Assurance & Testing', 'QualityAssuranceTesting.html'],
		['Remote Infratructure Management', '#'],
		],
	],
	
];


