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

  
function text_off2(id){
    document.getElementById(id).value = "";
    document.getElementById(id).style.color = "#000000";
  }

