
function ShowPhoto(furl,fh,fw, fh1, fw1,fname)
{
    var fh2 = fh+40;
    var fw2 = fw+40;
    //var fw2 = fw-20;
    Showin=window.open(furl,"photo","toolbar=no,menubar=no,scrollbars=yes,resizable=no,height="+fh1+",width="+fw1+",top=50,left=50"); //  height: '+fh2+'px;
    Showin.document.open();
    Showin.document.writeln('<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html><head><title>Сибстройнефтегаз</title>');
    //Showin.document.writeln('</head><body style="text-align: center; padding: 20px; background-color: #447BA1;"><div style="width: '+fw+'px; background-color: #608FAF; border: 1px solid #707070; padding: 20px;"><img src="'+furl+'" alt="" style="width: '+fw+'px; height: '+fh+'px; margin-bottom: 10px;"><div style="background-color: #8BADC5; padding: 10px; text-align: center; margin-left: auto; margin-right: auto; color: #FFFFFF; font-family: Verdana, Arial; font-size: 11px;">'+fname+'</div></div></body></html>');
    Showin.document.writeln('</head><body style="text-align: center; padding: 20px; background-color: #447BA1;"><div style="width: '+fw2+'px; background-color: #608FAF; border: 1px solid #707070;"><img src="'+furl+'" alt="" style="width: '+fw+'px; height: '+fh+'px; margin: 20px 20px 10px 20px;"><div style="background-color: #8BADC5; padding: 10px; text-align: center; margin: 0px 20px 20px 20px; color: #FFFFFF; font-family: Verdana, Arial; font-size: 11px;">'+fname+'</div></div></body></html>');
    Showin.document.close();
    Showin.focus();
    return false;
}

