<!--
function preview(obrazek){
    nowe = window.open("multi.html", 'sizessets', "width=540 height=380");
    nowe.document.write("<html><head></head><body>");
    nowe.document.write("<table border='0' bgcolor=#F0E8B0 bordercolor=black><tr><td>");
    nowe.document.write("<img src='" + obrazek + "'border=1>");
    nowe.document.write("</td></tr></table>");
    nowe.document.write("</body></html>");
    nowe.document.bgColor='#1E410C';
    }

function preview_pion(obrazek){
    nowe = window.open("multi.html", 'sizessets', "width=360 height=540");
    nowe.document.write("<html><head></head><body>");
    nowe.document.write("<table border='0' bgcolor=#F0E8B0 bordercolor=black><tr><td>");
    nowe.document.write("<img src='" + obrazek + "'border=1>");
    nowe.document.write("</td></tr></table>");
    nowe.document.write("</body></html>");
    nowe.document.bgColor='#1E410C';
    }

function preview_jks(obrazek){
    nowe = window.open("multi.html", 'sizessets', "width=245 height=380");
    nowe.document.write("<html><head></head><body>");
    nowe.document.write("<table border='0' bgcolor=#F0E8B0 bordercolor=black><tr><td>");
    nowe.document.write("<img src='" + obrazek + "'border=1>");
    nowe.document.write("</td></tr></table>");
    nowe.document.write("</body></html>");
    nowe.document.bgColor='#1E410C';
    }
function preview_duzy(obrazek){
    nowe = window.open("multi.html", 'sizessets', "width=1020 height=700");
    nowe.document.write("<html><head></head><body>");
    nowe.document.write("<table border='0' bgcolor=#F0E8B0 bordercolor=black><tr><td>");
    nowe.document.write("<img src='" + obrazek + "'border=1>");
    nowe.document.write("</td></tr></table>");
    nowe.document.write("</body></html>");
    nowe.document.bgColor='#1E410C';
    }


function preview_mapa(obrazek){
    nowe = window.open("multi.html", 'sizessets', "width=460 height=320");
    nowe.document.write("<html><head></head><body>");
    nowe.document.write("<table border='0' bgcolor=#F0E8B0 bordercolor=black><tr><td>");
    nowe.document.write("<img src='" + obrazek + "'border=1>");
    nowe.document.write("</td></tr></table>");
    nowe.document.write("</body></html>");
    nowe.document.bgColor='#1E410C';
    }

//-->

