function pokno(url, name, width, height, scrol) {
       opisowe = window.open(url,name,'width=' + width + ',height=' + height + ',resizable=0,scrollbars=' + scrol +',menubar=no,top=100,left=100' );
}

