function btnDisabled(){
  document.FORM.submit.disabled = true;
  return true;
}