//確認画面用submitスクリプト
function do_Submit(mode) {
	document.frm.mode.value = mode;
	document.frm.submit();
}