function sendmailto()
{
  var dest = "sxt" + "@gmx.de"
  window.location.href = "mailto:" + dest + "?Subject=SXT_Homepage";
}
