/*
  --- 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 = [
	['Company', 'index.php?option=com_content&view=article&id=2&Itemid=2', null,
		['Credo','index.php?option=com_content&view=article&id=3&Itemid=3'],
		['Vision','index.php?option=com_content&view=article&id=4&Itemid=4'],
		['Culture', 'index.php?option=com_content&view=article&id=5&Itemid=5'],
		['Capabilities', 'index.php?option=com_content&view=article&id=6&Itemid=6']
	],
	['Services', 'index.php?option=com_content&view=article&id=7&Itemid=7', null,
		
		
		['Software Development', 'index.php?option=com_content&view=article&id=12&Itemid=12', null,
			['Open Source Technologies', 'index.php?option=com_content&view=article&id=13&Itemid=13', null],
			['Microsoft Technologies', 'index.php?option=com_content&view=article&id=14&Itemid=14', null],
			['Package solutions', 'index.php?option=com_content&view=article&id=15&Itemid=15', null],
			['Graphic Design', 'index.php?option=com_content&view=article&id=16&Itemid=16', null],
			['Hosting', 'index.php?option=com_content&view=article&id=17&Itemid=17', null]

		
		],
		
		['Solution Delivery', 'index.php?option=com_content&view=article&id=18&Itemid=18' , null,
			],
		['Contract Recruiting', 'index.php?option=com_content&view=article&id=8&Itemid=8', null,
			['Open Source Consulting', 'index.php?option=com_content&view=article&id=9&Itemid=9' , null],
			['SAP Consulting', 'index.php?option=com_content&view=article&id=10&Itemid=10' , null],
			['Siebel Consulting', 'index.php?option=com_content&view=article&id=11&Itemid=11' , null]
			 
		],
		['IT Process Outsourcing', 'index.php?option=com_content&view=article&id=19&Itemid=19' , null,
			]
		
	],
	['Industry Solutions', 'index.php?option=com_content&view=article&id=20&Itemid=20', null,
		['Pharmaceuticals', 'index.php?option=com_content&view=article&id=21&Itemid=21'],
		['Financial Services', 'index.php?option=com_content&view=article&id=22&Itemid=22'],
		['Medical & Health Care', 'index.php?option=com_content&view=article&id=23&Itemid=23']
	],
	['Affiliates', 'index.php?option=com_content&view=article&id=24&Itemid=24', null,
		['Clients', 'index.php?option=com_content&view=article&id=25&Itemid=25'],
		['Partners', 'index.php?option=com_content&view=article&id=26&Itemid=26']
		
	],
	['Careers', 'index.php?option=com_content&view=article&id=27&Itemid=27', null,
 		['Current Job Openings', 'index.php?option=com_content&view=article&id=28&Itemid=28'],
		['Benifits Offered', 'index.php?option=com_content&view=article&id=29&Itemid=29'],
		['Company Brochure', 'brochures/company_brochure.pdf','new']
	],
	['News','index.php?option=com_content&view=article&id=31&Itemid=31',null,
		['Featured Articles','index.php?option=com_content&view=article&id=31&Itemid=31']
	],
];

