﻿
function confirm_type() {

	document.input_form.submit();

}

function return_type() {

	document.getElementById('submit_type').value = 1;
	document.confirm_form.submit();

}

function submit_type() {

	document.getElementById('submit_type').value = 3;
	document.confirm_form.submit();

}