/*
  --- 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', 'index.htm', null,
	],
	['Corporate Profile', null, null,
		['About Us','aboutus.htm', null],
		['Board of Director','BoD.htm', null],
		['Admin & Technical','Admin & Technical.htm', null],
		
	],
	['Products & Services', null, null,
		['Products','Material Supplies.htm', null],
		['Services','Services.htm', null],
		
	],
	['Projects', null, null,
		['List Of Projects', 'Projects3.htm', null],
		['List Of Photo', null],
		
	],
	['Contact', null, null,
		['E-mail Us', 'contact.htm'],
		['Company Address','address.htm'],
		['Locate Us','http://www.kombakti.com/images/Map.gif'],
		['Web Mail','http://webmail.kombakti.com'],
	],
	
];

