function OpenPhoto(e,a,b,d){if(a&&b){if(a>screen.availWidth||b>screen.availHeight)if(a/screen.availWidth>b/screen.availHeight){b*=screen.availWidth/a;a=screen.availWidth}else{a*=screen.availHeight/b;b=screen.availHeight}d||(d="Просмотр фотографии");var c=window.open("","_blank","width="+a+", height="+b);
c.document.write("<html><head>\n");c.document.write('<meta http-equiv="Content-Type" content="text/html; charset=windows-1251">\n');c.document.write("<title>"+d+"</title></head>\n");c.document.write('<body style="padding: 0; margin: 0; cursor: hand;">\n');c.document.write('<img src="'+e+'" width="'+a+'" height="'+b+'" alt="'+d+'" title="'+d+'" onclick="window.close()">\n');c.document.write("</body></html>");c.focus()}};