function openFenster(loc, dx, dy)
{
        NewWin=window.open(loc,'NewWin','menubar=0,resizable=0,scrollbars=1,top=20,left=145,width=' + dx + ',height=' + dy);
        //if ( javascript_version > 1.0 )
                setTimeout('NewWin.focus();',320);
        return(true);
}

function openQuartier(loc, dx, dy)
{
        NewWin=window.open(loc,'Fenster','menubar=0,toolbar=1,resizable=1,scrollbars=1,top=30,left=50,width=' + dx + ',height=' + dy);
        //if ( javascript_version > 1.0 );
        return(true);
}
