function print_page(url) {
  size = "screenX=30, screenY=30, width=627, menubar=yes, resizable=yes, scrollbars=yes";
  newwin = window.open(url, "Druckansicht", size);
  newwin.focus();
}
