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