var txtAreaChanged;

function clearTextArea(el) {
 if (!txtAreaChanged) {
  el.value='';
  txtAreaChanged =1;
 }
}