function startEnergyCheck(s) {
  var url = "/energiecheck/index_std.html?s=" + s;
  var oec = window.open(url, "Zweitfenster", "width=997,height=646,scrollbars=yes,location=no,menubar=no,status=no,toolbar=no");
  oec.focus();
}

