function okno (plik)
{
win=window.open( plik,"tytul","width=750,height=550,scrollbars=NO,resizeable=NO,menubar=NO",1);  
win.position(0,0);
}
