function mailen(absender)
{
  domain = "parzelle403.ch";
  location.href = "mailto:" + absender + "@" + domain;
}

