  function mailto() {
    if (!window.focus) return true;
    window.location = "mailto:M.Mabuse@gmx.de";
    return false;
  }
