function formCheck(form) {
if (document.form.submit.action!="") {
document.form.submit.disabled=1;}
}

