// JavaScript Document

function checkForm(form) {
		form.submit();
}

