<!--
function gefoto(nwin,x,y,foto,tit){
var win=window.open(foto,nwin,'width='+x+',height='+y+',scrollbars=0,resizable=0,top=70,left=20');
win.document.open();
win.document.write("<html><head><title>"+tit+"</title></head>"+"<body onLoad='document.images[0].height=document.images[0].width=0;' background='"+foto+"'><img HEIGHT=100% WIDTH=100% alt='Загрузка изображения ...'></body></html>");
win.document.close();return false;
}
// -->
