<!--
function fenster(a)
 {
   var win;

win=window.open(a,
"NeuesFenster",
"width=900,height=800,resizable=yes,screenX=0,screenY=0,directories=yes,hotkeys=yes,location=yes,menubar=yes,scrollbars=yes,toolbar=yes");
 }
//-->