function woimg2() {window.open('', 'img2', 'toolbar=no, directories=no, menubar=no,scrollbars=no, resizable=no, top=0, left=0, width=660, height=500')}

function ModelImage (srcmid,objname)
{
    oLNK = document.getElementById("limage_link");
    document.middle_image.src=srcmid;
    oLNK.href= "javascript:GetImagen('"+srcmid+"','"+objname+"');";
}

function GetImagen(img,objname)
{
var vx=500;
var vy=600;
var vxm=vx+40;
var vym=vy+30;
myWin= window.open ("", "window",
    "width="+vxm+",height="+vym+",resizable=1,toolbar=0,location=0,status=0,scrollbars=1");
myWin.document.open();
myWin.document.write('<html><head><meta http-equiv="content-type" content="text/html; charset=windows-1251">');
myWin.document.writeln('<title>Новый Фасад / '+objname+'</title>');
myWin.document.writeln('<p><img src='+img+' width='+vx+'></p>');
myWin.document.close();
}