function doMail() {
  var sDomain = "decken-tech.ch"
  location.href="mailto:fragen" + "@" + sDomain;
}

