function subm(){
	document.form1.Submit.value = "Checking...";
	document.form1.Submit.disabled = true;
}

