function go(){
	document.myform1.submit();
	//var shuppatsu=document.myform.select1.selected;
	//var tochaku=document.myform.select2.selected;
	//window.location="http://www.wis-x.co.jp/cgi-bin/kkns/kkns.cgi?"+shuppatsu+"&"+tochaku;
}
function go2(){
	alert(document.airport);
	var n=document.airport.chiiki.selectedIndex;
	window.open(document.airport.chiiki.options[n].value,"sub");
}
function go3(id){
	var target = document.getElementById(id);
	location.href = target.value;
	return false;
}