<!--
function popupfenster(url, id) {
  w = window.open(url, id, 'width=1000,height=800,top=20,left=20,scrollbars=yes,resizable=yes');
  w.focus();
}
//-->


