/*
  --- 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 = [
	['新動向 News', null, null,
		['近期 Present', 'menu.html'],
		['以前 Before', 'news_2.html'],
	],
	['貨品 Product', null, null,
		['潛水裝備 Diving Equipment', 'products01.html'],
		['游水裝備 Swiming Products', 'products02.html'],
		['攝影裝備 Photo Equipment', 'products03.html'],
		['板仔褲 Boardshorts', 'shorts_product.html'],
		['防曬衣 Rush Guard', 'rush_guard_product.html'],
		['保暖衣 Thermal Protection', 'rush_guard_product.html'],
                                   ['水中玩具 Water Toy', 'water toy.html'],
	],
	['課程 Course', null, null,
		['潛水 Diving', 'course01.html'],
		['游水 Swimming', 'course02.html'],
		['水上活動 Activities', 'course03.html'],
		['眾裡尋他 Student', 'course04.html'],
	],
	['消閒活動 Activities', null, null,
		['本地潛水 Local', 'act01.html'],
                ['本地船河 Boat Party', 'Boat booking 10.html'],
		['海外旅遊 Oversea', 'travel.html'],
                ['旅行日誌 Gallery', 'photogallery.html'],
		['千年傳說 Stories', 'story_link.html'],
		['香港沉船的足跡 Wreck Artifact', 'boat.html'],
	],
	['聯絡我們 Contact', null, null,
		['電郵 e-mail', 'contact.html'],
		['地址 Address', 'contact.html'],
	],
	['其它 Others', null, null,
		['潛水會 Diving Organization', 'link.html'],
		['博物館 Museum', 'vintage.html'],
                ['銅頭潛水 Helmet Diving', 'helmet.html'],
		['儀器保養 Equ Service', 'equipment service.html'],
                ['二手場 2nd Hand Equ', 'second hand equ.html'],
		['其它 Others', 'link02.html'],
	],

];


