function ClearSearch(formfield)
{
  if (formfield.defaultValue==formfield.value)
  {
    formfield.value = ""
  }
}
