<!--
//
function machauf(datei,x,y)
{
var iwin = window.open(datei+".htm","zweitfenster", "width="+ x +",height="+ y +",toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes");
iwin.focus();
}
//-->