/*
  --- 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 = [
	['教會資料', null, null,
		['簡介', 'http://www.hkpec.org/shs/aboutus.php'],
		['地址及聯絡', 'http://www.hkpec.org/shs/contact.php'],
		['博物館', 'http://www.hkpec.org/shs/museum/']
	],
	['聚會', null, null,
		['聚會時間', 'http://www.hkpec.org/shs/schedule.php'],
		['司事組名單', 'http://www.hkpec.org/shs/serviceteam.php'],
		['事奉人員', 'http://www.hkpec.org/shs/servant.php']
	],
	['下載', null, null,
		['講道', null, null,
			['崇拜', 'http://www.hkpec.org/shs/sermon.php?album=worship'],
			['專題', 'http://www.hkpec.org/shs/sermon.php?album=L'],
			['培靈會', 'http://www.hkpec.org/shs/sermon.php?album=pl'],
			['夏令會', 'http://www.hkpec.org/shs/sermon.php?album=summer']
		],
		['週刊', 'http://www.hkpec.org/shs/weekly.php'],
		['行事曆', 'http://www.hkpec.org/shs/calendar.php']
	],
	['分享', null, null,
		['文章分享', 'http://www.hkpec.org/shs/articles.php'],
		['書籍推介', 'http://www.hkpec.org/shs/books.php'],
		['相簿', 'http://www.hkpec.org/shs/photo.php']
	],
	['團契', null, null,
		['以諾團', 'http://www.hkpec.org/shs/enoch/'],
		['大衛團', 'http://www.hkpec.org/shs/david/'],
		['路加團', 'http://www.hkpec.org/shs/luke/'],
		['約瑟團', 'http://www.hkpec.org/shs/joseph/'],
		['約書亞團', 'http://www.hkpec.org/shs/joshua/'],
		['但以理團', 'http://www.hkpec.org/shs/daniel/'],
		['提摩太團', 'http://www.hkpec.org/shs/timothy/'],
		['方舟團', 'http://www.hkpec.org/shs/ark/'],
		['婦女小組', 'http://www.hkpec.org/shs/lady/']
	],
	['代禱事項', 'http://www.hkpec.org/shs/prayer.php']
];

