/*
  --- 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',null, null],
	['Home','index.html'],
	['About Us', null, null, // main menu item1
		['Corporate Profile','corporate_profile.htm'],
		['Milestones','milestones.htm'],
		['Management Team','management_team.htm'],
		['Our Presence','our_presence.htm'],
		
	],
	['Solutions', null, null, // main menu item1
		['Our Solution','our_solution.htm'],
		['Electronic Voucher Distribution System','evds.htm'],
		['For Business Associates','for_bus_associates.htm'],
		['For Service Providers','for_service_providers.htm'],
		['For Channel Partners / Retailers','chennal_partner_retailer.htm'],
	
		
	],
//	['Services', null, null,
//		['Electronic Voucher Distribution System (EVDS)','services.htm'], 
//	],
	['PayWorld India', null, null, // main menu item1
		['About PayWorld India','about_payworldindia.htm'],
		['Service Providers','service_provider.htm'],
		['Channel Partners','channel_partners.htm'],
		['Retailers','retailers.htm'], 
		
	],
	['Media Center', null, null, // main menu item1
		['Press Release','press_release.htm'],
		['Events','events.htm'],
			 
	],

	['Careers','careers.htm'],
	['Contact Us','contact.htm'],
	
	
];


