// JavaScript Document

var root = window.location.pathname;
var code="code";var url="url";var sub="sub";	//keywords

// Basic Style
var basic_color = {"border":"#000000", "shadow":"", "bgON":"","bgOVER":""};
var basic_css = {"ON":"clsCMOn", "OVER":"clsCMOn"};					// modify in the ccs file

var STYLE_on_up = {"border":1, "borders":[0,0,0,1], "shadow":0, "color":basic_color, "css":basic_css};
var STYLE_on_down = {"border":0, "borders":[0,0,0,0], "shadow":0, "color":basic_color, "css":basic_css};
var STYLE_NULL = {"border":0, "borders":[0,0,0,0], "shadow":0, "color":basic_color, "css":basic_css};

/* ===============================================about us style===============================================*/

var aboutus_color = {"border":"#79aa35", "shadow":"", "bgON":"","bgOVER":""};
var aboutus_css = {"ON":"clsCMOn", "OVER":"clsCMOver_aboutus"};
var aboutus_css_sub = {"ON":"clsCMOn_sub_aboutus", "OVER":"clsCMOver_sub_aboutus"};		// modify in the ccs file

var aboutus_on_up = {"border":1, "borders":[0,0,0,1], "shadow":0, "color":aboutus_color, "css":aboutus_css_sub};
var aboutus_on_down = {"border":0, "borders":[0,0,0,0], "shadow":0, "color":aboutus_color, "css":aboutus_css_sub};
var aboutus_NULL = {"border":0, "borders":[0,0,0,0], "shadow":0, "color":aboutus_color, "css":aboutus_css};

/* ===============================================news style===============================================*/

var news_color = {"border":"#36be28", "shadow":"", "bgON":"","bgOVER":""};
var news_css = {"ON":"clsCMOn", "OVER":"clsCMOver_news"};
var news_css_sub = {"ON":"clsCMOn_sub_news", "OVER":"clsCMOver_sub_news"};		// modify in the ccs file

var news_on_up = {"border":1, "borders":[0,0,0,1], "shadow":0, "color":news_color, "css":news_css_sub};
var news_on_down = {"border":0, "borders":[0,0,0,0], "shadow":0, "color":news_color, "css":news_css_sub};
var news_NULL = {"border":0, "borders":[0,0,0,0], "shadow":0, "color":news_color, "css":news_css};

/* ===============================================hotitems style===============================================*/

var hotitems_color = {"border":"#d8b1e0", "shadow":"", "bgON":"","bgOVER":""};
var hotitems_css = {"ON":"clsCMOn", "OVER":"clsCMOver_hotitems"};
var hotitems_css_sub = {"ON":"clsCMOn_sub_hotitems", "OVER":"clsCMOver_sub_hotitems"};		// modify in the ccs file

var hotitems_on_up = {"border":1, "borders":[0,0,0,1], "shadow":0, "color":hotitems_color, "css":hotitems_css_sub};
var hotitems_on_down = {"border":0, "borders":[0,0,0,0], "shadow":0, "color":hotitems_color, "css":hotitems_css_sub};
var hotitems_NULL = {"border":0, "borders":[0,0,0,0], "shadow":0, "color":hotitems_color, "css":hotitems_css};

/* ===============================================getready style===============================================*/

var getready_color = {"border":"#fbdda1", "shadow":"", "bgON":"","bgOVER":""};
var getready_css = {"ON":"clsCMOn", "OVER":"clsCMOver_getready"};
var getready_css_sub = {"ON":"clsCMOn_sub_getready", "OVER":"clsCMOver_sub_getready"};		// modify in the ccs file

var getready_on_up = {"border":1, "borders":[0,0,0,1], "shadow":0, "color":getready_color, "css":getready_css_sub};
var getready_on_down = {"border":0, "borders":[0,0,0,0], "shadow":0, "color":getready_color, "css":getready_css_sub};
var getready_NULL = {"border":0, "borders":[0,0,0,0], "shadow":0, "color":getready_color, "css":getready_css};

/* ===============================================travel style===============================================*/

var travel_color = {"border":"#488feb", "shadow":"", "bgON":"","bgOVER":""};
var travel_css = {"ON":"clsCMOn", "OVER":"clsCMOver_travel"};
var travel_css_sub = {"ON":"clsCMOn_sub_travel", "OVER":"clsCMOver_sub_travel"};		// modify in the ccs file

var travel_on_up = {"border":1, "borders":[0,0,0,1], "shadow":0, "color":travel_color, "css":travel_css_sub};
var travel_on_down = {"border":0, "borders":[0,0,0,0], "shadow":0, "color":travel_color, "css":travel_css_sub};
var travel_NULL = {"border":0, "borders":[0,0,0,0], "shadow":0, "color":travel_color, "css":travel_css};




























var topmenuAboutus = "images/menu_top_aboutus.jpg";
var topmenuNews = "images/menu_top_news.jpg";
var topmenuHotitems = "images/menu_top_hotitems.jpg";
var topmenuGetready = "images/menu_top_getready.jpg";
var topmenuTravelinfo = "images/menu_top_travelinfo.jpg";

if (root.indexOf("aboutus") != -1)
{
	topmenuAboutus = "images/menu_top_aboutus_on.jpg";
}
if ((root.indexOf("news") != -1) || (root.indexOf("news_") != -1)) 
{
	topmenuNews = "images/menu_top_news_on.jpg";
}
if ((root.indexOf("hotitems") != -1) || (root.indexOf("hi_") != -1)) 
{
	topmenuHotitems = "images/menu_top_hotitems_on.jpg";
}
if ((root.indexOf("getready") != -1) || (root.indexOf("ge_") != -1)) 
{
	topmenuGetready = "images/menu_top_getready_on.jpg";
}
if ((root.indexOf("travelinfo") != -1) || (root.indexOf("tr_") != -1)) 
{
	topmenuTravelinfo = "images/menu_top_travelinfo_on.jpg";
}

var MENU_ITEMS_HOME =
[
	{"pos":"relative", "size":[42,104], "itemoff":[0,104], "imgsize":[42,104], "leveloff":[25,0], "style":STYLE_NULL},

	{code:"", url:"aboutus.html", "format":{"image":topmenuAboutus, "oimage":"images/menu_top_aboutus_on.jpg"}
		/*sub:[
			{"size":[18,90], "imgsize":[0,0], "itemoff":[17,0], "leveloff":[17,0], "style":aboutus_on_down, "image":null},
			{code:"&nbsp;&nbsp;&nbsp;關於本網站", url:"#"}
		]*/
	},
 
	{code:"", url:"news.html", "format":{"image":topmenuNews, "oimage":"images/menu_top_news_on.jpg"},
		sub:[
			{"size":[18,80], "imgsize":[0,0], "itemoff":[17,0], "leveloff":[17,0], "style":news_on_up, "image":null},
			{code:"&nbsp;&nbsp;&nbsp;消費提示", url:"news_consuming.html"},
			{code:"&nbsp;&nbsp;&nbsp;精彩盛事", url:"news_event.html"},
			{code:"&nbsp;&nbsp;&nbsp;優惠著數", url:"news_benefit.html", "format":{"style":news_on_down, "image":null}}/*,
			{code:"&nbsp;&nbsp;&nbsp;其他頂目", url:"#", "format":{"style":STYLE_on_down}}*/
		]
	},

	{code:"", url:"hotitems.html", "format":{"image":topmenuHotitems, "oimage":"images/menu_top_hotitems_on.jpg"},
		sub:[
			{"size":[18,100], "imgsize":[0,0], "itemoff":[17,0], "leveloff":[17,0], "style":hotitems_on_up, "image":null},
			{code:"&nbsp;&nbsp;&nbsp;珠寶首飾", url:"hi_jewelry.html",
				sub:[
					{"size":[18,80], "leveloff":[7,100]},
					{code:"&nbsp;&nbsp;&nbsp;金飾", url:"hi_je_gold_hint.html"},
					{code:"&nbsp;&nbsp;&nbsp;鑽石", url:"hi_je_diamond_hint.html"},
					{code:"&nbsp;&nbsp;&nbsp;翡翠玉石", url:"hi_je_jade_hint.html"},
					{code:"&nbsp;&nbsp;&nbsp;珍珠", url:"hi_je_pearl_hint.html", "format":{"style":hotitems_on_down, "image":null}}
				]
			},
			{code:"&nbsp;&nbsp;&nbsp;手表", url:"hi_watch_hint.html"},
			{code:"&nbsp;&nbsp;&nbsp;影音電子產品", url:"hi_digital.html",
				sub:[
					{"size":[18,100], "leveloff":[7,100]},
					{code:"&nbsp;&nbsp;&nbsp;數碼相機", url:"hi_di_dc_hint.html"},
					{code:"&nbsp;&nbsp;&nbsp;數碼攝像機", url:"hi_di_handycam_hint.html"},
					{code:"&nbsp;&nbsp;&nbsp;移動電話手機", url:"hi_di_mobile_hint.html"},
					{code:"&nbsp;&nbsp;&nbsp;MP3隨身聽", url:"hi_di_mp34_hint.html"},
					{code:"&nbsp;&nbsp;&nbsp;手提電腦", url:"hi_di_nb_hint.html"},
					{code:"&nbsp;&nbsp;&nbsp;數碼相框", url:"hi_di_dp_hint.html", "format":{"style":hotitems_on_down, "image":null}}
				]
			},
			{code:"&nbsp;&nbsp;&nbsp;參茸海味", url:"hi_dryseafood.html",
				sub:[
					{"size":[18,60], "leveloff":[7,100]},
					{code:"&nbsp;&nbsp;&nbsp;鮑魚", url:"hi_dr_abalone_hint.html", "format":{"style":hotitems_on_up}},
					{code:"&nbsp;&nbsp;&nbsp;人參", url:"hi_dr_panax_hint.html", "format":{"style":hotitems_on_up}},
					{code:"&nbsp;&nbsp;&nbsp;魚翅", url:"hi_dr_sharksfin_hint.html", "format":{"style":hotitems_on_up}},
					{code:"&nbsp;&nbsp;&nbsp;花膠", url:"hi_dr_fishmaw_hint.html", "format":{"style":hotitems_on_up}},
					{code:"&nbsp;&nbsp;&nbsp;燕窩", url:"hi_dr_birdnest_hint.html", "format":{"style":hotitems_on_up}},
					{code:"&nbsp;&nbsp;&nbsp;冬菇", url:"hi_dr_mushroom_hint.html", "format":{"style":hotitems_on_up}},
					{code:"&nbsp;&nbsp;&nbsp;乾貝", url:"hi_dr_scallop_hint.html", "format":{"style":hotitems_on_up}},
					{code:"&nbsp;&nbsp;&nbsp;鹿茸", url:"hi_dr_deerhorn_hint.html", "format":{"style":hotitems_on_down, "image":null}}					
				]
			},
			{code:"&nbsp;&nbsp;&nbsp;快速消費品", url:"hi_fmcg.html",
				sub:[
					{"size":[18,100], "leveloff":[7,100]},
					{code:"&nbsp;&nbsp;&nbsp;藥品", url:"hi_fmcg_medicine_hint.html"},
					{code:"&nbsp;&nbsp;&nbsp;化妝品", url:"hi_fmcg_cosmetic_hint.html"},
					{code:"&nbsp;&nbsp;&nbsp;嬰兒奶粉", url:"hi_fmcg_mp_hint.html"},
					{code:"&nbsp;&nbsp;&nbsp;個人護理用品", url:"hi_fmcg_grooming_hint.html", "format":{"style":hotitems_on_down, "image":null}}
				]
			},
			{code:"&nbsp;&nbsp;&nbsp;食物及飲品", url:"hi_fb.html",
				sub:[
					{"size":[18,70], "leveloff":[7,100]},
					{code:"&nbsp;&nbsp;&nbsp;零食小吃", url:"hi_fb_report.html"},
					{code:"&nbsp;&nbsp;&nbsp;巧克力", url:"hi_fb_chocolate_hint.html"},
				]
			},
			
			{code:"&nbsp;&nbsp;&nbsp;時尚服飾", url:"hi_clothing.html",
				sub:[
					{"size":[18,70], "leveloff":[7,100]},
					{code:"&nbsp;&nbsp;&nbsp;皮具", url:"hi_cl_leather_hint.html"},
					{code:"&nbsp;&nbsp;&nbsp;跑步鞋", url:"hi_cl_running_hint.html"},
					
				]
			},			
			{code:"&nbsp;&nbsp;&nbsp;服務行業", url:"hi_service.html", "format":{"style":hotitems_on_down, "image":null},
				sub:[
					{"size":[18,110], "leveloff":[7,100]},
					{code:"&nbsp;&nbsp;&nbsp;美容服務", url:"hi_se_beauty_hint.html", "format":{"style":hotitems_on_up}},
					{code:"&nbsp;&nbsp;&nbsp;保險服務", url:"hi_se_insurance_hint.html", "format":{"style":hotitems_on_up}},
					{code:"&nbsp;&nbsp;&nbsp;購買 / 租賃物業", url:"hi_se_property_hint.html", "format":{"style":hotitems_on_down, "image":null}}
				]
			}
		]
	},

	{code:"", url:"getready.html", "format":{"image":topmenuGetready, "oimage":"images/menu_top_getready_on.jpg"},
		sub:[
			{"size":[18,80], "imgsize":[0,0], "itemoff":[17,0], "leveloff":[17,0], "style":getready_on_up, "image":null},
			{code:"&nbsp;&nbsp;&nbsp;行前準備", url:"ge_beforego.html"},
			{code:"&nbsp;&nbsp;&nbsp;住宿資料", url:"ge_accommodation.html"},
			{code:"&nbsp;&nbsp;&nbsp;遊樂", url:"ge_fun.html",
				sub:[
					{"size":[18,90], "leveloff":[7,80]},
					{code:"&nbsp;&nbsp;&nbsp;熱門景點", url:"ge_fun_popularscene.html"},
					{code:"&nbsp;&nbsp;&nbsp;特色本地遊", url:"ge_fun_localtour.html"},
					{code:"&nbsp;&nbsp;&nbsp;文化之旅", url:"ge_fun_culture.html", "format":{"style":getready_on_down, "image":null}}
				]
			},
			{code:"&nbsp;&nbsp;&nbsp;嘗味", url:"ge_food.html",
				sub:[
					{"leveloff":[7,80]},
					{code:"&nbsp;&nbsp;&nbsp;地道美食", url:"ge_food_local.html"},
					{code:"&nbsp;&nbsp;&nbsp;各區美饌", url:"ge_food_district.html", "format":{"style":getready_on_down, "image":null}}
				]
			},
			{code:"&nbsp;&nbsp;&nbsp;購物", url:"ge_shopping.html",
				sub:[
					{"leveloff":[7,80]},
					{code:"&nbsp;&nbsp;&nbsp;購物地點", url:"ge_sh_spot.html"},
					{code:"&nbsp;&nbsp;&nbsp;人氣商品", url:"ge_sh_commodity.html", "format":{"style":getready_on_down, "image":null}}
				]
			},
			{code:"&nbsp;&nbsp;&nbsp;兩地差異", url:"ge_twolands.html", "format":{"style":getready_on_down, "image":null}}
		]
	},

	{code:"", url:"travelinfo.html", "format":{"image":topmenuTravelinfo, "oimage":"images/menu_top_travelinfo_on.jpg"},
		sub:[
			{"size":[18,120], "imgsize":[0,0], "itemoff":[17,0], "leveloff":[17,0], "style":travel_on_up, "image":null},
			{code:"&nbsp;&nbsp;&nbsp;聯繫親友", url:"tr_contact.html"},
			{code:"&nbsp;&nbsp;&nbsp;交通工具", url:"tr_transport.html"},
			{code:"&nbsp;&nbsp;&nbsp;證件携帶及補領", url:"tr_doc.html"},
			{code:"&nbsp;&nbsp;&nbsp;違法罰款行爲", url:"tr_illegalacts.html"},
			{code:"&nbsp;&nbsp;&nbsp;貨幣兌換", url:"tr_moneyexchange.html"},
			{code:"&nbsp;&nbsp;&nbsp;刷卡消費", url:"tr_card.html"},
			{code:"&nbsp;&nbsp;&nbsp;酒樓食肆", url:"tr_restaurant.html"},
			{code:"&nbsp;&nbsp;&nbsp;進出境違禁品", url:"tr_contraband.html"},
			{code:"&nbsp;&nbsp;&nbsp;退貨問題", url:"tr_goodsreturn.html"},
			{code:"&nbsp;&nbsp;&nbsp;單位換算", url:"tr_calculator.html"},
			{code:"&nbsp;&nbsp;&nbsp;法例和措施", url:"tr_regulation.html"},
			{code:"&nbsp;&nbsp;&nbsp;投訴途徑", url:"tr_complaint.html"},
			{code:"&nbsp;&nbsp;&nbsp;代理商資料", url:"tr_agentlist.html"},
			{code:"&nbsp;&nbsp;&nbsp;中消協消費提示", url:"tr_tahint.html", "format":{"style":travel_on_down, "image":null}}
		]
	},
]
































var menuJewelry = "珠寶首飾";
var menuWatch = "手表";
var menuDigital = "影音電子產品";
var menuDryseafood = "參茸海味";
var menuFMCG = "快速消費品";
var menuFOOD = "食物及飲品";
var menuFASHION = "時尚服飾";
var menuService = "服務行業";


if (root.indexOf("hi_je") != -1)
{
	menuJewelry = "<font color='#c98ece'><strong>珠寶首飾</strong></font>";
}
if (root.indexOf("hi_watch") != -1)
{
	menuWatch = "<font color='#c98ece'><strong>手表</strong></font>";
}
if (root.indexOf("hi_di") != -1)
{
	menuDigital = "<font color='#c98ece'><strong>影音電子產品</strong></font>";
}
if (root.indexOf("hi_dr") != -1)
{
	menuDryseafood = "<font color='#c98ece'><strong>參茸海味</strong></font>";
}
if (root.indexOf("hi_fmcg") != -1)
{
	menuFMCG = "<font color='#c98ece'><strong>快速消費品</strong></font>";
}
if (root.indexOf("hi_fb") != -1)
{
	menuFOOD = "<font color='#c98ece'><strong>食物及飲品</strong></font>";
}
if (root.indexOf("hi_cl") != -1)
{
	menuFASHION = "<font color='#c98ece'><strong>時尚服飾</strong></font>";
}
if (root.indexOf("hi_se") != -1)
{
	menuService = "<font color='#c98ece'><strong>服務行業</strong></font>";
}

var MENU_ITEM_HOTITEMS =
[
	{"pos":"relative","itemoff":[0,55], "leveloff":[17,0], "style":hotitems_NULL, "size":[17,40]},
	
	{code:menuJewelry, url:"hi_jewelry.html", "format":{"itemoff":[0,15], "size":[17,80]},
		sub:[
			{"itemoff":[17,0], "leveloff":[0,0], "leveloff":[0,0], "style":hotitems_on_up, "size":[17,80]},
			{code:"&nbsp;&nbsp;&nbsp;金飾", url:"hi_je_gold_hint.html"},
			{code:"&nbsp;&nbsp;&nbsp;鑽石", url:"hi_je_diamond_hint.html"},
			{code:"&nbsp;&nbsp;&nbsp;翡翠玉石", url:"hi_je_jade_hint.html"},
			{code:"&nbsp;&nbsp;&nbsp;珍珠", url:"hi_je_pearl_hint.html", "format":{"style":hotitems_on_down}}
		]
	},

	{code:"|", "format":{"style":STYLE_NULL, "itemoff":[0,60], "size":[17,10]}
	},

	{code:menuWatch, url:"hi_watch_hint.html", "format":{"itemoff":[0,15], "size":[17,40]}
	},

	{code:"|", "format":{"style":STYLE_NULL, "itemoff":[0,35], "size":[17,10]}
	},
	
	{code:menuDigital, url:"hi_digital.html", "format":{"itemoff":[0,15], "size":[17,90]},
		sub:[
			{"itemoff":[17,0], "leveloff":[0,0], "style":hotitems_on_up, "size":[17,100]},
			{code:"&nbsp;&nbsp;&nbsp;數碼相機", url:"hi_di_dc_hint.html"},
			{code:"&nbsp;&nbsp;&nbsp;數碼攝像機", url:"hi_di_handycam_hint.html"},
			{code:"&nbsp;&nbsp;&nbsp;移動電話手機", url:"hi_di_mobile_hint.html"},
			{code:"&nbsp;&nbsp;&nbsp;MP3隨身聽", url:"hi_di_mp34_hint.html"},
			{code:"&nbsp;&nbsp;&nbsp;手提電腦", url:"hi_di_nb_hint.html"},
			{code:"&nbsp;&nbsp;&nbsp;數碼相框", url:"hi_di_dp_hint.html", "format":{"style":hotitems_on_down}}
		]
	},

	{code:"|", "format":{"style":STYLE_NULL, "itemoff":[0,85], "size":[17,10]}
	},

	{code:menuDryseafood, url:"hi_dryseafood.html", "format":{"itemoff":[0,15], "size":[17,60]},
		sub:[
			{"itemoff":[17,0], "leveloff":[0,0], "leveloff":[0,0], "style":hotitems_on_up, "size":[17,60]},
			{code:"&nbsp;&nbsp;&nbsp;鮑魚", url:"hi_dr_abalone_hint.html"},
			{code:"&nbsp;&nbsp;&nbsp;人參", url:"hi_dr_panax_hint.html"},
			{code:"&nbsp;&nbsp;&nbsp;魚翅", url:"hi_dr_sharksfin_hint.html"},
			{code:"&nbsp;&nbsp;&nbsp;花膠", url:"hi_dr_fishmaw_hint.html"},
			{code:"&nbsp;&nbsp;&nbsp;燕窩", url:"hi_dr_birdnest_hint.html"},
			{code:"&nbsp;&nbsp;&nbsp;冬菇", url:"hi_dr_mushroom_hint.html"},
			{code:"&nbsp;&nbsp;&nbsp;乾貝", url:"hi_dr_scallop_hint.html"},
			{code:"&nbsp;&nbsp;&nbsp;鹿茸", url:"hi_dr_deerhorn_hint.html", "format":{"style":hotitems_on_down}}
		]
	},
	
	{code:"|", "format":{"style":STYLE_NULL, "itemoff":[0,60], "size":[17,10]}
	},

	{code:menuFMCG, url:"hi_fmcg.html", "format":{"itemoff":[0,15], "size":[17,80]},
		sub:[
			{"itemoff":[17,0], "leveloff":[0,0], "leveloff":[0,0], "style":hotitems_on_up, "size":[17,100]},
			{code:"&nbsp;&nbsp;&nbsp;藥品", url:"hi_fmcg_medicine_hint.html"},
			{code:"&nbsp;&nbsp;&nbsp;化妝品", url:"hi_fmcg_cosmetic_hint.html"},
			{code:"&nbsp;&nbsp;&nbsp;嬰兒奶粉", url:"hi_fmcg_mp_hint.html"},
			{code:"&nbsp;&nbsp;&nbsp;個人護理用品", url:"hi_fmcg_grooming_hint.html", "format":{"style":hotitems_on_down, "image":null}}
		]
	},

	{code:menuFOOD, url:"hi_fb.html", "format":{"itemoff":[20,-300], "size":[17,80]},
		sub:[
			{"itemoff":[17,0], "leveloff":[0,0], "leveloff":[0,0], "style":hotitems_on_up, "size":[17,80]},
			{code:"&nbsp;&nbsp;&nbsp;零食小吃", url:"hi_fb_report.html"},
			{code:"&nbsp;&nbsp;&nbsp;巧克力", url:"hi_fb_chocolate_hint.html"},
		]
	},

	{code:"|", "format":{"style":STYLE_NULL, "itemoff":[0,70], "size":[17,10]}
	},
	{code:menuFASHION, url:"hi_clothing.html", "format":{"itemoff":[0,15], "size":[17,80]},
	    sub:[
			{"itemoff":[17,0], "leveloff":[0,0], "leveloff":[0,0], "style":hotitems_on_up, "size":[17,80]},
			{code:"&nbsp;&nbsp;&nbsp;皮具", url:"hi_cl_leather_hint.html"},
			{code:"&nbsp;&nbsp;&nbsp;跑步鞋", url:"hi_cl_running_hint.html"},
			
		]
	},
	{code:"|", "format":{"style":STYLE_NULL, "itemoff":[0,60], "size":[17,10]}
	},
	{code:menuService, url:"hi_service.html", "format":{"itemoff":[0,15], "size":[17,80]},
		sub:[
			{"itemoff":[17,0], "leveloff":[0,0], "leveloff":[0,0], "style":hotitems_on_up, "size":[17,110]},
			{code:"&nbsp;&nbsp;&nbsp;美容服務", url:"hi_se_beauty_hint.html"},
			{code:"&nbsp;&nbsp;&nbsp;保險服務", url:"hi_se_insurance_hint.html"},
			{code:"&nbsp;&nbsp;&nbsp;購買 / 租賃物業", url:"hi_se_property_hint.html", "format":{"style":hotitems_on_down}}
		]
	}

	
	/*{code:"其他熱購消費品（一）", url:"#", "format":{"itemoff":[20,-311], "size":[17,135]}
	},

	{code:"|", "format":{"style":STYLE_NULL, "itemoff":[0,120], "size":[17,10]}
	},
	
	{code:"其他熱購消費品（二）", url:"#", "format":{"itemoff":[0,10], "size":[17,135]}
	},

	{code:"|", "format":{"style":STYLE_NULL, "itemoff":[0,120], "size":[17,10]}
	},

	{code:"其他熱購消費品（三）", url:"#", "format":{"itemoff":[0,10], "size":[17,135]}
	}*/
];































var menuBeforego = "行前準備";
var menuAcc = "住宿資料";
var menuFun = "遊樂";
var menuFood = "嘗味";
var menuShopping = "購物";
var menuTwolands = "兩地差異";

if (root.indexOf("ge_beforego") != -1)
{
	menuBeforego = "<font color='#f47a30'><strong>行前準備</strong></font>";
}
if (root.indexOf("ge_accommodation") != -1)
{
	menuAcc = "<font color='#f47a30'><strong>住宿資料</strong></font>";
}
if (root.indexOf("ge_fun") != -1)
{
	menuFun = "<font color='#f47a30'><strong>遊樂</strong></font>";
}
if (root.indexOf("ge_food") != -1)
{
	menuFood = "<font color='#f47a30'><strong>嘗味</strong></font>";
}
if (root.indexOf("ge_sh") != -1)
{
	menuShopping = "<font color='#f47a30'><strong>購物</strong></font>";
}
if (root.indexOf("ge_twolands") != -1)
{
	menuTwolands = "<font color='#f47a30'><strong>兩地差異</strong></font>";
}


var MENU_ITEM_GETREADY =
[
	{"pos":"relative","itemoff":[0,75], "leveloff":[17,0], "style":getready_NULL, "size":[17,60]},
	{code:menuBeforego, url:"ge_beforego.html"
	},

	{code:"|", "format":{"style":STYLE_NULL, "itemoff":[0,60], "size":[17,10]}
	},
	
	{code:menuAcc, url:"ge_accommodation.html", "format":{"itemoff":[0,15], "size":[17,60]}
	},

	{code:"|", "format":{"style":STYLE_NULL, "itemoff":[0,60], "size":[17,10]}
	},
	
	{code:menuFun, url:"ge_fun.html", "format":{"itemoff":[0,15], "size":[17,40]},
		sub:[
			{"itemoff":[17,0], "leveloff":[0,0], "style":getready_on_up, "size":[17,100]},
			{code:"&nbsp;&nbsp;&nbsp;熱門景點", url:"ge_fun_popularscene.html"},
			{code:"&nbsp;&nbsp;&nbsp;特色本地遊", url:"ge_fun_localtour.html"},
			{code:"&nbsp;&nbsp;&nbsp;文化之旅", url:"ge_fun_culture.html", "format":{"style":getready_on_down}}
		]
	},

	{code:"|", "format":{"style":STYLE_NULL, "itemoff":[0,35], "size":[17,10]}
	},

	{code:menuFood, url:"ge_food.html", "format":{"itemoff":[0,15], "size":[17,40]},
		sub:[
			{"itemoff":[17,0], "leveloff":[0,0], "leveloff":[0,0], "style":getready_on_up, "size":[17,80]},
			{code:"&nbsp;&nbsp;&nbsp;地道美食", url:"ge_food_local.html"},
			{code:"&nbsp;&nbsp;&nbsp;各區美饌", url:"ge_food_district.html", "format":{"style":getready_on_down}}
		]
	},

	{code:"|", "format":{"style":STYLE_NULL, "itemoff":[0,35], "size":[17,10]}
	},


	{code:menuShopping, url:"ge_shopping.html", "format":{"itemoff":[0,15], "size":[17,40]},
		sub:[
			{"itemoff":[17,0], "leveloff":[0,0], "leveloff":[0,0], "style":getready_on_up, "size":[17,80]},
			{code:"&nbsp;&nbsp;&nbsp;購物地點", url:"ge_sh_spot.html"},
			{code:"&nbsp;&nbsp;&nbsp;人氣商品", url:"ge_sh_commodity.html", "format":{"style":getready_on_down}}
		]
	},

	{code:"|", "format":{"style":STYLE_NULL, "itemoff":[0,35], "size":[17,10]}
	},
	


	{code:menuTwolands, url:"ge_twolands.html", "format":{"style":getready_NULL, "itemoff":[0,15], "size":[17,60]}
	}/*,
	
	{code:"其他旅遊消費（一）", url:"#", "format":{"itemoff":[20,-225], "size":[17,115]}

	},

	{code:"|", "format":{"style":STYLE_NULL, "itemoff":[0,110], "size":[17,10]}
	},
	
	{code:"其他旅遊消費（二）", url:"#", "format":{"itemoff":[0,15], "size":[17,115]}

	},

	{code:"|", "format":{"style":STYLE_NULL, "itemoff":[0,110], "size":[17,10]}
	},

	{code:"其他旅遊消費（三）", url:"#", "format":{"itemoff":[0,15], "size":[17,115]}
	}*/
];





































var menuContact = "聯繫親友";
var menuTransport = "交通工具";
var menuDoc = "證件携帶及補領";
var menuIllegal = "違法罰款行爲";
var menuMoney = "貨幣兌換";
var menuCard = "刷卡消費";
var menuRestaurant = "酒樓食肆";
var menuContraband = "進出境違禁品";
var menuCalculator = "單位換算";
var menuGoodsreturn = "退貨問題";
var menuRegulation = "法例和措施";
var menuComplaint = "投訴途徑";
var menuAgentlist = "代理商資料";
var menuTahint = "中消協消費提示";

if (root.indexOf("tr_contact") != -1)
{
	menuContact = "<font color='#488feb'><strong>聯繫親友</strong></font>";
}
if (root.indexOf("tr_transport") != -1)
{
	menuTransport = "<font color='#488feb'><strong>交通工具</strong></font>";
}
if (root.indexOf("tr_doc") != -1)
{
	menuDoc = "<font color='#488feb'><strong>證件携帶及補領</strong></font>";
}
if (root.indexOf("tr_illegalacts") != -1)
{
	menuIllegal = "<font color='#488feb'><strong>違法罰款行爲</strong></font>";
}
if (root.indexOf("tr_moneyexchange") != -1)
{
	menuMoney = "<font color='#488feb'><strong>貨幣兌換</strong></font>";
}
if (root.indexOf("tr_card") != -1)
{
	menuCard = "<font color='#488feb'><strong>刷卡消費</strong></font>";
}
if (root.indexOf("tr_restaurant") != -1)
{
	menuRestaurant = "<font color='#488feb'><strong>酒樓食肆</strong></font>";
}
if (root.indexOf("tr_contraband") != -1)
{
	menuContraband = "<font color='#488feb'><strong>進出境違禁品</strong></font>";
}
if (root.indexOf("tr_calculator") != -1)
{
	menuCalculator = "<font color='#488feb'><strong>單位換算</strong></font>";
}
if (root.indexOf("tr_goodsreturn") != -1)
{
	menuGoodsreturn = "<font color='#488feb'><strong>退貨問題</strong></font>";
}
if (root.indexOf("tr_regulation") != -1)
{
	menuRegulation = "<font color='#488feb'><strong>法例和措施</strong></font>";
}
if (root.indexOf("tr_complaint") != -1)
{
	menuComplaint = "<font color='#488feb'><strong>投訴途徑</strong></font>";
}
if (root.indexOf("tr_agentlist") != -1)
{
	menuAgentlist = "<font color='#488feb'><strong>代理商資料</strong></font>";
}
if (root.indexOf("tr_tahint") != -1)
{
	menuTahint = "<font color='#488feb'><strong>中消協消費提示</strong></font>";
}

var MENU_ITEM_TRAVELINFO =
[
	{"pos":"relative","itemoff":[0,60], "leveloff":[17,0], "style":travel_NULL, "size":[17,60]},
	{code:menuContact, url:"tr_contact.html"
	},

	{code:"|", "format":{"style":STYLE_NULL, "itemoff":[0,54], "size":[17,10]}
	},

	{code:menuTransport, url:"tr_transport.html", "format":{"itemoff":[0,12], "size":[17,55]}
	},

	{code:"|", "format":{"style":STYLE_NULL, "itemoff":[0,54], "size":[17,10]}
	},

	{code:menuDoc, url:"tr_doc.html", "format":{"itemoff":[0,12], "size":[17,100]}
	},

	{code:"|", "format":{"style":STYLE_NULL, "itemoff":[0,91], "size":[17,10]}
	},

	{code:menuIllegal, url:"tr_illegalacts.html", "format":{"itemoff":[0,12], "size":[17,80]}
	},

	{code:"|", "format":{"style":STYLE_NULL, "itemoff":[0,78], "size":[17,10]}
	},

	{code:menuMoney, url:"tr_moneyexchange.html", "format":{"itemoff":[0,12], "size":[17,55]}
	},

	{code:menuCard, url:"tr_card.html", "format":{"itemoff":[20,-325], "size":[17,55]}
	},

	{code:"|", "format":{"style":STYLE_NULL, "itemoff":[0,54], "size":[17,10]}
	},

	{code:menuRestaurant, url:"tr_restaurant.html", "format":{"itemoff":[0,12], "size":[17,55]}
	},

	{code:"|", "format":{"style":STYLE_NULL, "itemoff":[0,54], "size":[17,10]}
	},

	{code:menuContraband, url:"tr_contraband.html", "format":{"itemoff":[0,12], "size":[17,80]}
	},

	{code:"|", "format":{"style":STYLE_NULL, "itemoff":[0,78], "size":[17,10]}
	},

	{code:menuGoodsreturn, url:"tr_goodsreturn.html", "format":{"itemoff":[0,12], "size":[17,55]}
	},

	{code:"|", "format":{"style":STYLE_NULL, "itemoff":[0,54], "size":[17,10]}
	},

	{code:menuCalculator, url:"tr_calculator.html", "format":{"itemoff":[0,12], "size":[17,55]}
	},

	{code:menuRegulation, url:"tr_regulation.html", "format":{"itemoff":[20,-288], "size":[17,70]}
	},

	{code:"|", "format":{"style":STYLE_NULL, "itemoff":[0,66], "size":[17,10]}
	},

	{code:menuComplaint, url:"tr_complaint.html", "format":{"itemoff":[0,12], "size":[17,60]}
	},

	{code:"|", "format":{"style":STYLE_NULL, "itemoff":[0,54], "size":[17,10]}
	},

	{code:menuAgentlist, url:"tr_agentlist.html", "format":{"itemoff":[0,12], "size":[17,70]}
	},

	{code:"|", "format":{"style":STYLE_NULL, "itemoff":[0,66], "size":[17,10]}
	},

	{code:menuTahint, url:"tr_tahint.html", "format":{"itemoff":[0,12], "size":[17,120]}
	}
];
































var menuConsuming = "消費提示";
var menuEvent = "精彩盛事";
var menuBenefit = "優惠著數";
if (root.indexOf("news_consuming") != -1)
{
	menuConsuming = "<font color='#36be28'><strong>消費提示</strong></font>";
}
if (root.indexOf("news_event") != -1)
{
	menuEvent = "<font color='#36be28'><strong>精彩盛事</strong></font>";
}
if (root.indexOf("news_benefit") != -1)
{
	menuBenefit = "<font color='#36be28'><strong>優惠著數</strong></font>";
}

var MENU_ITEM_NEWS =
[
	{"pos":"relative","itemoff":[0,75], "leveloff":[17,0], "style":news_NULL, "size":[17,65]},
	{code:menuConsuming, url:"news_consuming.html"
	},

	{code:"|", "format":{"style":STYLE_NULL, "itemoff":[0,65], "size":[17,10]}
	},

	{code:menuEvent, url:"news_event.html", "format":{"itemoff":[0,15], "size":[17,65]}
	},

	{code:"|", "format":{"style":STYLE_NULL, "itemoff":[0,65], "size":[17,10]}
	},

	{code:menuBenefit, url:"news_benefit.html", "format":{"itemoff":[0,15], "size":[17,65]}
	},
];

