function opw(w,h,src)
{
    w = w+44;
    h = h+93;
    a = window.open('','','width='+w+',height='+h);
    a.document.write("<html><head><title>Termolan</title></head><body style=\"background-color:#e3e7ed;margin=0px;\">");
    a.document.write("<table cellspacing=0 cellpadding=0 border=0 align=\"center\"><tr><td colspan=2><img src=\"/images/katalog/"+src+"\" vspace=20 hspace=20 border=0 style=\"border:1px solid #184878\"></td></tr></table>");
    a.document.write("</body></html>");
}
function opw2()
{
a=window.open('','ok','width=700,height=457');
a.document.write("<html><head><title>Kontakt</title></head><body background='/images/upload/mapka_pow.gif'></body></html>");
}
