
function ImgLink86(name) { 
l = (screen.width) ? (screen.width-800)/2 : 0;
t = (screen.height) ? (screen.height-600)/2 : 0;
newimg=window.open("","Image","Width=800, Height=600, Toolbar=0, Status=0, Menubar=0, Scrollbars=0, Resizable=0, left="+l+", top="+t+"");
 newimg.document.open();
 newimg.document.write('<html><body style="margin:0; padding:0;"><img src='+name+' width=800 height=600 onclick="self.close();" style="cursor:pointer; cursor:hand;" alt="Закрыть"></body>')
 newimg.document.close();
}

function ImgLink68(name) { 
l = (screen.width) ? (screen.width-600)/2 : 0;
t = (screen.height) ? (screen.height-800)/2 : 0;
newimg=window.open("","Image","Width=600, Height=800, Toolbar=0, Status=0, Menubar=0, Scrollbars=0, Resizable=0, left="+l+", top="+t+"");
 newimg.document.open();
 newimg.document.write('<html><body style="margin:0; padding:0;"><img src='+name+' width=600 height=800 onclick="self.close();" style="cursor:pointer; cursor:hand;" alt="Закрыть"></body>')
 newimg.document.close();
}

function ImgLinkPis(name) { 
l = (screen.width) ? (screen.width-620)/2 : 0;
t = (screen.height) ? (screen.height-849)/2 : 0;
newimg=window.open("","Image","Width=620, Height=849, Toolbar=0, Status=0, Menubar=0, Scrollbars=1, Resizable=0, left="+l+", top="+t+"");
 newimg.document.open();
 newimg.document.write('<html><body style="margin:0; padding:0;"><center><img src='+name+' width=600 height=849 onclick="self.close();" style="cursor:pointer; cursor:hand;" alt="Закрыть"><center/></body>')
 newimg.document.close();
}

