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

function text_on(id){
   
  }
