function HideStdValue(field) {
  if (field.value == 'Forschungsprojekt-Suche ' || 'Stichwort-Suche ' || 'Bibliothek-Suche ') {
    field.value   = '';
    field.onfocus = '';
    }
  }
