function submitForm(s) {
	s.value = "Working...";
	s.disabled=true;
	return true;
}