function clearText(element) {
  
  element.value='';
  return
}
