/*
  --- 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'],
	['客戶服務','customer.php',null,
		['聯 絡 我', 'contact.php'],
		['保險索償', 'claim.php'],
		['表格下載', 'form.php']
	],
	['保　險','insurance.php',null,
		['保險百科', 'tips.php?page1=2'],
		['真實個案', 'case.php'],
		['保險報價', 'quotation.php']
	],
	['投　資','investment.php',null,
		['投資百科', 'tips.php?page1=3'],
		['展望回顧', 'articles.php'],
		['投資回報', 'portfolio.php']
	],
	['其　他','misc.php',null,
		['閱讀心得', 'books.php'],
		['活動留影', 'activity.php'],
		['友好專欄', 'articles2.php'],
		['討 論 區', 'http://www.peterngan.com.hk/board/'],
		['留 言 板', 'guest.php']
	],
	['自我介紹','aboutme.php',null,]
];

