﻿/*
  --- 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', null],
	['活動項目','events.php', null],
	['活動花絮','eventphoto.php', null],
	['表格下載','form.php', null],
	['會員專區','member.php', null],
	['聯絡我們','contact.php', null],
	['足部護理知識','education.php', null],	
	['尋找足病診療師','associationinfo.php', null],	
	['Introduction','indexeng.php', null],
	['Activities','events.php', null],
	['Photo Gallery','eventphoto.php', null],
	['Form Download','form.php', null],
	['Member Only','member.php', null],
	['Contact Us','contacteng.php', null],
	['Footcare info','education.php', null],	
	['Association Info','associationinfoeng.php', null],
];
