
var MENU_ITEMS = [
	['About Us', null, null,
				
				['Overview', 'aboutus.html'],
				['Management Structure','management.html'],
				['Organization Structure'],				
			],
			
	['Services', null, null,
		['Application Development', 'Applicationdevelopment.html'],
		['Professional Services', 'Professionalservices.html'],		
		['R&D Technology Services', 'blank.html'],
		['Legacy Migration', 'LegacyMigration.html'],
	],
	['Products', null, null,
		['Document Management', 'blank.html'],
		['Workflow Management', 'blank.html'],
		['Asset Tracking', 'blank.html'],
		['Legal Management System', 'blank.html'],
		['Vendor Management', 'blank.html'],
		['Recovery Management', 'blank.html'],
		['Container Terminal Management System', 'blank.html'],
		['Loan Processing System', 'blank.html'],
		['Maintenance Repair & Overhead', 'blank.html'],
		['Research Information System', 'blank.html'],
	],
	
	['Solutions', null, null,		
		['Co-operative Societies','blank.html'],		
		['Enterprise Application ','blank.html'],
	],
	['Verticals', null, null,
		['Banking & Financial ', 'Banking.html'],		
		['Telecom','Telecom.html'],		
		['Manufacturing','Manufacturing.html'],				
	],

	['Technology', null, null,
		['JAVA / J2EE', 'Java.html'],
		['.NET','Net.html'],
		['UNIX','blank.html'],
		['RFID & Biometric','blank.html'],
		['Supply Chain Management','blank.html'],
		['Mainframe','blank.html'],
		['Multimedia','Multimedia.html']
	],
];

