function checkForm(a){
	var form = document.getElementById(a);
	form.submit();
}