// Clear form
function clearme(formfield){
  if (formfield.defaultValue==formfield.value)
  formfield.value = ""
}

