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