function JTA_Jump(opt){	if (opt.JTA_LINK.selectedIndex == "1"){	JTA_go('http://www.jal.co.jp/jta/');}	if (opt.JTA_LINK.selectedIndex == "2"){	JTA_openwin('http://www.5971.jal.co.jp/','new');}	if (opt.JTA_LINK.selectedIndex == "3"){	JTA_openwin('http://www.5971.jal.co.jp/','new');}	if (opt.JTA_LINK.selectedIndex == "4"){	JTA_openwin('http://www.5971.jal.co.jp/cgi-bin/db2www/avarv.d2w/report','new');}	if (opt.JTA_LINK.selectedIndex == "5"){	JTA_openwin('http://www.jal.co.jp/dom/fare/','new');}	if (opt.JTA_LINK.selectedIndex == "7"){	JTA_openwin('http://www.jal.co.jp/dom/','new');}	if (opt.JTA_LINK.selectedIndex == "8"){	JTA_go('http://www.churashima.net/jta/flyinfo/index.html');}	if (opt.JTA_LINK.selectedIndex == "9"){	JTA_openwin('http://www.jal.co.jp/dom/jtime/','new');}	if (opt.JTA_LINK.selectedIndex == "10"){	JTA_openwin('http://www.jal.co.jp/airport/','new');}	if (opt.JTA_LINK.selectedIndex == "11"){	JTA_go('http://www.churashima.net/jta/flyinfo/yakkan.html');}	if (opt.JTA_LINK.selectedIndex == "12"){	JTA_go('http://www.churashima.net/jta/flyinfo/goods.html');}	if (opt.JTA_LINK.selectedIndex == "14"){	JTA_openwin('http://www.jal.co.jp/jalmile/','new');}	if (opt.JTA_LINK.selectedIndex == "15"){	JTA_openwin('http://www.jal.co.jp/jalmile/','new');}	if (opt.JTA_LINK.selectedIndex == "16"){	JTA_openwin('https://www.5971.jal.co.jp/login_page/jmb_login.html','new');}	if (opt.JTA_LINK.selectedIndex == "18"){	JTA_go('http://www.churashima.net/jta/skymanta/');}	if (opt.JTA_LINK.selectedIndex == "20"){	JTA_go('http://www.churashima.net/');}	if (opt.JTA_LINK.selectedIndex == "21"){	JTA_go('http://www.churashima.net/');}	if (opt.JTA_LINK.selectedIndex == "23"){	JTA_openwin('http://www.jal.co.jp/square/','new');}	if (opt.JTA_LINK.selectedIndex == "24"){	JTA_openwin('http://www.jal.co.jp/weather/ja/','new');}	if (opt.JTA_LINK.selectedIndex == "25"){	JTA_openwin('http://www.jal.co.jp/airport/','new');}	if (opt.JTA_LINK.selectedIndex == "26"){	JTA_openwin('http://www.jal.co.jp/access/airport_81.html','new');}	if (opt.JTA_LINK.selectedIndex == "27"){	JTA_openwin('http://www.jal.co.jp/information/','new');}	if (opt.JTA_LINK.selectedIndex == "29"){	JTA_go('http://www.churashima.net/jta/company/');}	if (opt.JTA_LINK.selectedIndex == "30"){	JTA_go('http://www.churashima.net/jta/company/info.html');}	if (opt.JTA_LINK.selectedIndex == "31"){	JTA_go('http://www.churashima.net/jta/company/result.html');}	if (opt.JTA_LINK.selectedIndex == "32"){	JTA_go('http://www.jal.co.jp/jta/safety/');}	if (opt.JTA_LINK.selectedIndex == "33"){	JTA_go('http://www.jal.co.jp/jta/operate/');}	if (opt.JTA_LINK.selectedIndex == "34"){	JTA_go('http://www.churashima.net/jta/press/');}	if (opt.JTA_LINK.selectedIndex == "35"){	JTA_go('http://www.churashima.net/jta/company/recruit.html');}	if (opt.JTA_LINK.selectedIndex == "36"){	JTA_go('http://www.churashima.net/jta/society/');}	if (opt.JTA_LINK.selectedIndex == "37"){	JTA_go('http://www.churashima.net/jta/company/company.html');}}function JTA_go(theURL) {	location.href = theURL;}function JTA_openwin(theURL,win_w,win_h,w_name) {	features = "scrollbars=1,resizable=1,statusbar=1,status=1,location=1,toolbar=1,menubar=1,directories=1,left=0,top=0,width=" + win_w +",height=" + win_h ;	window.open(theURL,w_name,features);}function wpop(popupURL,wNAME,wSIZE){		var name = navigator.appName;			if (name == "Microsoft Internet Explorer"){		// open the popup window Internet Explorer		var popup = window.open(popupURL,wNAME,wSIZE+',toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0');		}		else {		// open the popup window Netscape		var popup = window.open(popupURL,wNAME,wSIZE+',toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0');		}}