//フォーム送信
function go() {
	document.form1.submit();
}
