/*
Company: eCubeH Research Labs
Author: Bala Krishnamurthy
Date:  6 August 2006

With thanks to ***** Original Source: Tigra Menu - SoftComplex.com *****
  --- 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 = [
['Economy', null, null,
		['Business Planner', ''],
		['Bean Counter', ''],
		['Portfolio Tracker', ''],
		['Mobile Transact', ''],
		['HR Boost', ''],
		['Performance Analytics', ''],
		['Price Watch', ''],
		['Web Markets', ''],
		['Eco Tours', ''],
	],
	['Education', null, null,
		['Functional Literacy', ''],
		['Computer Literacy', ''],
		['Health Education',''],
		['Participatory Democracy', ''],
		['Special Education', ''],
		['English Module', ''],
	],
	['Environment', null, null,
		['Clean Energy', ''],
		['Water Management', ''],
		['Soil Conservation', ''],
		['Geo Info Systems [GIS]', ''],
	],
	['Health', null, null,
		['Nutrition', ''],
		['Primary Health Tracker', ''],
		['Medicine Inventory', ''],
		['DOTS', 'DOTS/index.php',''],
		['Tele Medicine', ''],
	],
];

