<!--
function PopupFenster(url, x, y, resize) {
  window.open(url,"popup","toolbar=no,menubar=no,location=no,directories=no,status=no,scrollbars=no,resizable="+ (resize?"yes":"no") +",copyhistory=no,width="+x+",height="+y+",screenX=0,screenY=0,left=0,top=0,right=0,bottom=0");
}
//-->