function prepare(name, subject)
{
  window.location.href = "mailto:" + name + "@" + "hasenburg.ch?subject=" +subject;
}