
var wWindow = null;
function startDemoDevel( )
{
        if ( (wWindow = window.open( '/basic/ngbasic-opener-0.2-devel.php?type=big', '', 'width=784,height=554,status=no,navigation=no,scroll=no' )) )
        {
                wWindow.focus( );
        }

}


