function orderD(s) {
  document.srt.elements[0].value = s;
  document.srt.submit();
}
function orderA(s) {
  document.srt.elements[0].value = s + ' DESC';
  document.srt.submit();
}
function btnmove(s) {
  document.s.elements[0].value = s;
  document.s.submit();
}
function telchk1() {
  if(isNaN(document.f.con_tel_1.value)){
    document.f.con_tel_1.value = "";
  }
  if(isNaN(document.f.con_tel_2.value)){
    document.f.con_tel_2.value = "";
  }
  if(isNaN(document.f.con_tel_3.value)){
    document.f.con_tel_3.value = "";
  }
}
function update() {
  document.f.submit();
}

