		var newWindow = window;
			function Gotr(){
				var Btn_n=document.form_n.Btn_n.value;
				var cmbTravel_n=document.form_n.cmbTravel_n.options[document.form_n.cmbTravel_n.selectedIndex].value;
				var cmbDate_n=document.form_n.cmbDate_n.options[document.form_n.cmbDate_n.selectedIndex].value;
				newWindow=window.open("http://www.sompo-japan.co.jp/kinsurance/kaigai/Frame.asp?btn="+Btn_n+"&cmbTravel="+cmbTravel_n+"&cmbDate="+cmbDate_n,"CHECK","method=get,menubar=yes,toolbar=no,scrollbars=yes,resizable=yes,location=no,directories=no,status=yes,top=45,left=80,width=700,height=472");
				newWindow.focus();
			}
			
			function WMOpenWin(popupURI,Width,Height){
			  popUpWin = window.open(popupURI,'popupWin','scrollbars=1,resizable=1,directories=0,toolbar=0,status=0,location=0,width='+Width+',height='+Height);
			  popUpWin.focus();
			}