/*
  --- 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'],
	['About Us', null, null,
		['Overview','overview.htm'],
		['Mission', 'mission.htm'],
		['Vision', 'vision.htm'],
		['Parent Company', 'parent-company.htm'],
		['Management', 'manage.htm'],
	],
	['Web Services', null, null,
		['What is Web Services','what_web_services.htm'],
		['Benifits of Web Services','benefits-web-services.htm'],
		['Understanding Web Services', 'understanding-web-services.htm'],
		['Glossary', 'web-services-glossary.htm'],
	],
	['Offering', null, null,
		['E-Business Integration','e-busines-integration.htm'],
		['E-Business Process Integration','e-business-process-integration.htm'],
		['Industry Solution',null,null,
			['Banking Industry', 'banking-industry.htm'],
			['Insurance Industry', 'insurance-industry.htm'],
			['Financial Industry', 'financial-industry.htm'],
			['Healthcare Industry', 'healthcare-industry.htm'],
			['Manufacturing Industry', 'manufacturing-industry.htm'],
			['Automobile Industry', 'automobile-industry.htm'],
			['Travel Industry', 'travel-industry.htm'],
			['Retail Industry', 'retail-industry.htm'],
		],
		['Portal Business','portal-business.htm'],
		['Web Services Using',null,null,
			['J2EE', 'j2ee-web-hosting-india.htm'],
			['.NET', 'web-hosting-.net-india.htm'],
		],
	],
	['Quality', null, null,
		['Policy','policy.htm'],
		['Objective','objective.htm'],
		['Certifications',''],
		['Methodology','web-hosting-methodology.htm'],
	],
	['Contact Us', null, null,
		['Address','contact.htm'],
		['Feedback','feedback.htm'],
		['Enquiry Form','enquiry.htm'],
	],
	
];

