/*
  --- 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 = [
    ['หน้าแรก',  'index.php'],
	['ข่าวใหม่',  'updatenews.php'],
	['สินค้า', null, null,
['STR Account Typical Edition', null, null,
			['คุณลักษณะ', null, null, 
				['จุดประสงค์', 'objective.php'],
				['จุดเด่น', 'point.php'],
				['ลักษณะของโปรแกรม', 'feature.php'],
				['ความสามารถ', 'qualifications.php'],
				['ตัวอย่างรายงาน', 'exreport.php'],
			],
			['ดาวน์โหลด', null, null,
				['ปรับปรุงใหม่','program_down.php'],
				['ช่วยเหลือ / คู่มือ','help.php'],
			],
			['วิดีโอแนะนำโปรแกรม', 'vdo1.php'
			],
		
		],
	],
	['สถานที่ตั้ง', 'location.php'],
	['ติดต่อเรา', null, null,
		['ลูกค้าสัมพันธ์','contact_cus.php'],
		['สมัครงาน','contact_candidate.php'],
		['สำหรับพนักงาน','employee/login.php','_blank'],
	],
	['ศัพท์บัญชี', 'AccDictionary/Search.php'],
	  ['FAQ','webboard/'],
];

