/*
  --- 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 = [
	        ['最新消息。whats new', '20100309_news.asp'],
	        ['專業服務。our services', 'services.asp',,
				['宮身計', 'royal_therapy.asp'],
	       			['火療。thermal therapy', 'thermal_therapy.asp'],
				['水療。water therapy', 'water_therapy.asp'],
			],
		['產品介紹。our products', 'products.asp',,
			['mix n max', 'products_1.asp',,
				['面部清潔系列', 'products_1_a.asp'],
				['面部補濕系列', 'products_1_b.asp'],
				['面部加強特別護理系列', 'products_1_c.asp'],
				['植物萃取液系列', 'products_1_d.asp'],			
				['天然油脂系列', 'products_1_e.asp'],
				['生化系列', 'products_1_f.asp'],
				['面膜系列', 'products_1_g.asp'],
				['身體護理系列', 'products_1_h.asp'],		
			],
			['Herbal Master', 'products_2.asp'],
		],
		['會員專區。memberZone', null, {'tw' : 'main'},
			['會員專享。benefits', 'benefits.asp'],
			['精選禮品。gifts', 'gifts.asp'],
			['推廣優惠。promotion', ''],
			['積分查詢。check points', 'points.asp'],
			['聖誕節抽獎。prize', 'prize.asp'],			
			
		],
		['機構聯盟。cross X over', 'club.asp'],		
		['關於我們。about us', null, {'tw' : 'main'},
			['公司簡介。company profile', 'profile.asp'],
			['認可證書。award', 'award.asp'],
			['ISO 品質及投訴證書。ISO Award', 'iso2.asp'],		
		],
		['店鋪位置。shop location', 'location.asp'],
];