function otworz_okienko(url,width,height,resizable,scrollbars,menubar){var Win=window.open(url,"pokazokno",'width='+width+',height='+height+',resizable='+resizable+',scrollbars='+scrollbars+',menubar='+menubar);}