function text_off(id){
    document.getElementById(id).value = "";
    document.getElementById(id).style.color = "black";
  }
