function openLivebookFromWidget() {
  if(screen.width <= 1024 || screen.height <= 970) {
    window.open("http://online.jdw.de/","Extern","width=1016,height=704,resizable=no,scrollbars=auto,toolbar=no,status=no,menubar=no,locationbar=no,screenX=20,screenY=50");
  } else {
    window.open("http://online.jdw.de/","Extern","width=1272,height=880,resizable=no,scrollbars=auto,toolbar=no,status=no,menubar=no,locationbar=no,screenX=20,screenY=50");
  }
}

