lang_dir = "jpn"

fntCol = "#336699"
fntSiz = "7"
fntFam = ""
//fntFam = "Verdana"
fntBold = 1
fntItal = 0
dhtml_font_color = "#336699"
dhtml_hover_color = "#CC0000"
dhtml_bg_color = "#FFFFFF"
dhtml_bg_hover_color = "#C1C1C1"

arMenu1 = new Array(
140,
180,27,
dhtml_font_color,dhtml_hover_color,
dhtml_bg_color,dhtml_bg_hover_color,
"#336699","#336699",
"宿泊","/jpn/mustknow/accommodation/index.jhtml",1,
"食事","/jpn/gourmet/dining/index.jhtml",1,
"ショッピング","/jpn/shop/index.jhtml",1,
"イベント","/jpn/showtime/index.jhtml",1,
"観光","/jpn/touring/popular/ta_popu_vict.jhtml",1
)

arMenu1_1 = new Array(
"香港島","/jpn/mustknow/search/mk_sear_resu.jsp?&qSearch=y&qLocation=Hong+Kong+Island",0,
"九龍島","/jpn/mustknow/search/mk_sear_resu.jsp?&qSearch=y&qLocation=Kowloon",0,
"新界","/jpn/mustknow/search/mk_sear_resu.jsp?&qSearch=y&qLocation=New+Territories",0,
"周辺諸島","/jpn/mustknow/search/mk_sear_resu.jsp?&qSearch=y&qLocation=Outlying+Islands",0,
"全島","/jpn/mustknow/search/mk_sear_resu.jsp?qLocation=ALL",0
)

arMenu1_2 = new Array(
"広東料理","/jpn/gourmet/dining/gp_dini_ccan.jhtml",0,
"潮州料理","/jpn/gourmet/dining/gp_dini_cchi.jhtml",0,
"上海料理","/jpn/gourmet/dining/gp_dini_csha.jhtml",0,
"四川 & 湖南料理","/jpn/gourmet/dining/gp_dini_csze.jhtml",0,
"北京料理","/jpn/gourmet/dining/gp_dini_cpek.jhtml",0,
"その他のアジア料理","/jpn/gourmet/dining/gp_dini_asia.jhtml",0,
"西洋料理","/jpn/gourmet/dining/gp_dini_west.jhtml",0
)

arMenu1_3 = new Array(
"衣類 & テイラー","/jpn/shop/clothing/index.jhtml",0,
"芸術品 & 工芸品","/jpn/shop/arts/index.jhtml",0,
"貴金属 & 時計","/jpn/shop/jewellery/index.jhtml",0,
"皮革製品","/jpn/shop/leather/index.jhtml",0,
"オーディオ & ヴィジュアル","/jpn/shop/audio/index.jhtml",0
)

arMenu1_4 = new Array(
"舞台演劇","/jpn/showtime/stage/index.jhtml",0,
"スペシャルイベント & エンターテイメント","/jpn/showtime/index.jhtml",0,
"最新イベント情報","/jpn/showtime/arts/index.jhtml",0,
"スポーツ","/jpn/showtime/sports/index.jhtml",0
)

arMenu1_5 = new Array(
"ガイド付きツアー","/jpn/touring/tours/index.jhtml",0,
"ビクトリアピーク","/jpn/touring/popular/ta_popu_vict.jhtml",0,
"レパルスベイ","/jpn/touring/popular/ta_popu_repu.jhtml",0,
"オーシャンパーク","/jpn/touring/popular/ta_popu_ocea.jhtml",0,
"青空市","/jpn/touring/popular/ta_popu_open.jhtml",0,
"黄大仙廟","/jpn/touring/popular/ta_popu_wong.jhtml",0
)

function cal_var_height(cur_menu_no) {
	var_height=0
	var temp_exp = menu_exp;
	for (i=1;i<menu_exp;i++) {
		if (menu_no_dhtml[i]) temp_exp--;
	}
	if (cur_menu_no > 1 && temp_exp > 0 && temp_exp < cur_menu_no-1) {
		temp_arr = eval("arMenu"+(temp_exp+1))
		var_height = (temp_arr.length - 9) / 3 * 12 + 5
		for (j=9;j<=temp_arr.length-1;j=j+3) {
			var temp_str = temp_arr[j];
			var index_br = temp_str.indexOf("<br>");
			while (index_br >= 0) {
				var_height = var_height + 12;
				if (index_br+4 < temp_str.length) {
					temp_str = temp_str.substring(index_br+4, temp_str.length);
					index_br = temp_str.indexOf("<br>");
				} else {
					index_br = -1;
				}
			}
		}
	}
}


