/*
  --- 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_ITEMS2 = [
	['', 'index.htm']
];

var MENU_ITEMS = [
	['', null, null,
	    ['Company Overview', 'comp_ovr.htm'],
		['Management', 'management.htm'],
		['Corporate Social Responsibility', 'csr.htm'],
	],
];

//var MENU_ITEMS1 = [
	//['', 'service.htm' ]
//];

var MENU_ITEMS1 = [
	['', 'http://www.ajubacareers.com', null,
	    ['Grow With Ajuba', 'growthwithajuba.htm'],
		['Life @ Ajuba', 'life_ajuba.htm'],
		['Apply Now', 'http://61.16.160.70/Recruit_ASP/Reg_Personal_Details.asp'],
	    ['People', 'diff_people.htm'],
		['Learning & Training', 'learn_train.htm'],
		['Facility Tour', 'images/gpw.pdf'],
		['Awards & Recognition', 'diff_awards.htm'],
 ]
];


var MENU_ITEMS3 = [
	['', 'contact.htm']
];


var MENU_ITEMS4 = [
	['', 'sitemap.htm']
]


var MENU_ITEMS6 = [
	['SOLUTION CENTER', null, null,
	    ['Healthcare Revenue Cycle', null, null,
		 ['Front-end','frontend.htm'],
		 ['Back-end','backend.htm'],
		 
	],
		['Collections', 'collections.htm'],
],
]

var MENU_ITEMS7 = [
	['OUR DIFFERENTIATORS', null, null,
	 ['People', 'diff_people.htm'],
	 ['Process Excellence', 'diff_proces.htm'],
	 ['Infrastructure', 'diff_infra.htm'],
	 ['Compliance', 'diff_comp.htm'],
	 ['BCP & DR', 'diff_bcdr.htm'],
	 ['Awards', 'diff_awards.htm']
	],
]

var MENU_ITEMS8 = [
	['CUSTOMER CENTER', null, null,
	 ['Physicians', 'physicians.htm'],
	 ['Hospitals', 'hospitals.htm'],
     ['Billing Companies', 'bill_com.htm'],
	 ['Collection Agencies', 'coll_age.htm'],
	 ['Success Stories ', 'success_stories.htm'],
	 ['FAQs', 'faqs.htm'],
	],
]