<!--
function view_photo(a,b,c,d) {
var par='width='+b+',height='+c+',status=no,toolbar=no,menubar=no,location=no';
view_win=window.open('','photo',par);
view_win.document.write('<html><head><title>'+((d.length==0)?'Фотоархив':d)+'</title></head>');
view_win.document.write('<body topmargin=0 marginheight=0 leftmargin=0 marginwidth=0 bgcolor=#ffffff>');
view_win.document.write('<img src="'+a+'" width='+b+' height='+c+' hspace=0 vspace=0 border=0 alt="'+d.replace(/\"/g,'&quot;')+'">');
view_win.document.write('</body></html>');
}
// -->