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