	function checkandsubmit() {
		//Disable the submit button.
		document.acco.submitbut.disabled = true;
		document.getElementById("stop").style.display="block";
		//Then submit the form.
		document.acco.submit();
	}

