var MENU_ITEMS = [
	['HOME', 'index.html', null,
	],
	['ABOUT US', null, null,
		['ALLIANCE BUSINESS', 'alliancebusiness.html'],
		['ALLIANCE PARTNERS', 'alliancepartners.html'],
	],
	['BPO SERVICES', null, null,
		['ACCOUNTING', 'accountingservices.html'],
		['CALL CENTER', 'callcenterservices.html'],
		['DATA CONVERSION', 'dataconversion.html'],
		['DATA TRANSCRIPTION','datatranscription.html'],
		['ENGINEERING OUTSOURCING', 'engineeringoutsourcing.html'],
		['GEOGRAPHICAL OUTSOURCING', 'geographicaloutsourcing.html'],
		['INSURANCE', 'insuranceservices.html'],
		['LEGAL TRANSCRIPTION','legaltranscription.html'],
		['LIAISON', 'liaison.html'],
		['MEDICAL BILLING', 'medicalbilling.html'],
		['MEDICAL TRANSCRIPTION', 'medicaltranscription.html'],
		['PROJECT OUTSOURCING','projectoutsourcing.html'],		
	],
	['BPO INDUSTRIES', null, null,
		['AUTOMOTIVE', 'automotive.html'],
		['BANKING', 'banking.html'],
		['CONSTRUCTION', 'construction.html'],
		['CONSUMER PRODUCT','consumerproduct.html'],
		['ENERGY', 'energy.html'],
		['ENTERTAINMENT', 'entertainment.html'],
		['HEALTH CARE', 'healthcare.html'],
		['HIGH TECHNOLOGY','hightechnology.html'],
		['HOSPITAL', 'hospital.html'],
		['HOTEL', 'hotel.html'],
		['INFORMATION TECHNOLOGY', 'informationtechnology.html'],
		['INSURANCE','insurance.html'],
		['MANUFACTURING', 'manufacturing.html'],
		['PACKAGING', 'packaging.html'],
		['PLASTIC', 'plastic.html'],
		['PRINTING','printing.html'],
		['PUBLISHING', 'publishing.html'],
		['RESEARCH & DEVELOPMENT', 'researchdevelopment.html'],
		['RETAIL', 'retail.html'],
		['TRANSPORTATION','transportation.html'],
		['UTILITIES', 'utilities.html'],
	],
	['TECHNOLOGY', null, null,
		['INFRASTRUCTURE', 'infrastructure.html'],
		['PEOPLE', 'people.html'],
		['QUALITY', 'quality.html'],
		['SOFTWARE','software.html'],
	],
	['CONSULTING', null, null,
		['CUSTOMER OPERATIONS', 'customeroperations.html'],
		['IMPROVE ROA, ROI', 'roi.html'],
		['INCREASE PROFIT NPV, IRR', 'irr.html'],
		['IT STRATEGY','itstrategy.html'],
		['PRODUCT OPERATIONS', 'productoperations.html'],
		['PROJECT CONSULTING', 'projectconsultancy.html'],
	],
	['ALLIANCE GROUPS', 'alliancegroups.html', null,
	],
	['CONTACT US', 'contactus.html', null,
		['PHONE', 'contactus.html'],
		['E-MAIL', 'contactus.html'],
		['MAIL', 'contactus.html'],
		['ENQUIRY', 'contactus.html'],
	],
];

