function SubmitOnce (form, waitText)
{
	form.submitButton.disabled = true;
	form.submitButton.value = waitText;
	return true;
}
