                function powieksz(zdjecie) {
                  noweOkno=window.open("","okno","menubar=no,width=780,height=570,resizable,scrollbars")
                  noweOkno.document.write("<head><title>Podgl±d<\/title>")
                  noweOkno.document.write("<\/head><body style=\"margin:none; background:#fefff1\">")
                  noweOkno.document.write("<table cellspacing=\"0\" cellpadding=\"0\" style=\"border-style:none; width:750px; text-align:center;\">")
                  noweOkno.document.write("<tr><td style=\"height:550px; vertical-align:middle\" valign=\"center\">")
                  noweOkno.document.write("<div style=\"text-align:center;\"><img src='" + zdjecie + "'><\/div>")
                  noweOkno.document.write("<\/td><\/tr>")
                  noweOkno.document.write("<\/table>")
                }
