function submitform(){
document.form.submitbutton.value = "submitted";
document.form.submitbutton.disabled = 1;
document.form.submit();
}
