//戻る処理

function reinput(formObj){
	formObj.mode.value = "";
	formObj.submit();
}
