// JavaScript Document
function ClearForm() {
  document.testform.nume.value= "";
}

