// トップページから各エリアへのジャンプメニュー
function jumpMenu(tf) {  
	if (tf.goArea.selectedIndex ==  2) {location.href="http://www.jb-honshi.co.jp/kanko/area/naruto/index.html"}
	if (tf.goArea.selectedIndex ==  3) {location.href="http://www.jb-honshi.co.jp/kanko/area/tokushima/index.html"}
	if (tf.goArea.selectedIndex ==  4) {location.href="http://www.jb-honshi.co.jp/kanko/area/tsurugisan/index.html"}
	if (tf.goArea.selectedIndex ==  5) {location.href="http://www.jb-honshi.co.jp/kanko/area/anan/index.html"}
	if (tf.goArea.selectedIndex ==  7) {location.href="http://www.jb-honshi.co.jp/kanko/area/tosan/index.html"}
	if (tf.goArea.selectedIndex ==  8) {location.href="http://www.jb-honshi.co.jp/kanko/area/takamatsu/index.html"}
	if (tf.goArea.selectedIndex ==  9) {location.href="http://www.jb-honshi.co.jp/kanko/area/shodoshima/index.html"}
	if (tf.goArea.selectedIndex == 10) {location.href="http://www.jb-honshi.co.jp/kanko/area/chusan/index.html"}
	if (tf.goArea.selectedIndex == 11) {location.href="http://www.jb-honshi.co.jp/kanko/area/seisan/index.html"}
	if (tf.goArea.selectedIndex == 13) {location.href="http://www.jb-honshi.co.jp/kanko/area/toyo/index.html"}
	if (tf.goArea.selectedIndex == 14) {location.href="http://www.jb-honshi.co.jp/kanko/area/sanmyaku/index.html"}
	if (tf.goArea.selectedIndex == 15) {location.href="http://www.jb-honshi.co.jp/kanko/area/imabari/index.html"}
	if (tf.goArea.selectedIndex == 16) {location.href="http://www.jb-honshi.co.jp/kanko/area/matsuyama/index.html"}
	if (tf.goArea.selectedIndex == 17) {location.href="http://www.jb-honshi.co.jp/kanko/area/hijikawa/index.html"}
	if (tf.goArea.selectedIndex == 18) {location.href="http://www.jb-honshi.co.jp/kanko/area/nanyo/index.html"}
	if (tf.goArea.selectedIndex == 20) {location.href="http://www.jb-honshi.co.jp/kanko/area/kochi_seibu/index.html"}
	if (tf.goArea.selectedIndex == 21) {location.href="http://www.jb-honshi.co.jp/kanko/area/kochi_chubu/index.html"}
	if (tf.goArea.selectedIndex == 22) {location.href="http://www.jb-honshi.co.jp/kanko/area/kochi_tobu/index.html"}
}