<!--
function openFenster(loc, dx, dy)
{
        NewWin=window.open(loc,'NewWin','menubar=0,resizable=0,scrollbars=0,top=150,left=300,width=' + dx + ',height=' + dy);
        //if ( javascript_version > 1.0 )
                setTimeout('NewWin.focus();',250);
        return(true);
}

function openFensterkl(loc, dx, dy)
{
        NewWin=window.open(loc,'NewWin','menubar=0,resizable=0,scrollbars=0,top=250,left=390,width=' + dx + ',height=' + dy);
        //if ( javascript_version > 1.0 )
                setTimeout('NewWin.focus();',250);
        return(true);
}

function openFensterspeise(loc, dx, dy)
{
        neu=window.open(loc,'neu','menubar=0,resizable=0,scrollbars=0,top=250,left=390,width=' + dx + ',height=' + dy);
        //if ( javascript_version > 1.0 )
                setTimeout('neu.focus();',250);
        return(true);
}
//-->