/*
  --- 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 = [
	['Main', 'main.html'],
    ['About CLT', null, null,
		['Historical Background', 'aboutclt.html'],
		['Functions', 'power.html'],
		['Organization Structure  ', 'structure.html'],		
		['Cooperatives Relationship', 'relationship.html'],
		['International Cooperation', 'internetwork.html'],		
	],
	['Board of Directors', 'boardofdirectors.html'],
	['Management Staff', 'executive.html'],
	['Thai Coop Movement', 'coopmovement.html'],
	['Types of Cooperatives', null, null,
		['Agricultural Cooperative', 'type_agri.html'],
		['Land Settlement Cooperative', 'type_land.html'],
		['Fishery Cooperative', 'type_fishery.html'],
		['Thrift and Credit Cooperative', 'type_thrift.html'],
		['Service Cooperative', 'type_service.html'],
		['Consumer Cooperative', 'type_consumer.html'],
	],
	['CLT Training Center', 'clttrainingcenter.html'],
	['Map', 'map.html'],
];

