function AngelView(Img,w,h,Alt) {
t=(screen.height-h-20)/5; 
l=(self.screen.width-w)*1/2;
if (screen.height<h || screen.width<w) { h2=h/2; w2=w/2;
d = open('','Dw','menubar=0,directories=0,location=0,toolbar=0,scrollbars=0,status=0,resizable=0,width='+w2+',height='+h2+',top='+t+',left='+l+'');
d.focus();
d.document.open();
d.document.write('<html><head><title>'+Alt+'</title></head>');
d.document.write('<body topmargin=0 marginheight=0 marginwidth=0 bottommargin=0 rightmargin=0 leftmargin=0 onblur="window.close()" onmousedown="window.close()" background=http://www.dosug-nn.ru/images/load.gif style=background-position:center;background-repeat:no-repeat;>');
d.document.write('<script language=JavaScript>');
d.document.write('<!--');
d.document.write('document.oncontextmenu = new Function("window.close();return false");');
d.document.write('//-->');
d.document.write('</script>');
d.document.write('<img src='+Img+' width='+w2+' height='+h2+' alt="'+Alt+'" border=0>');
d.document.write('</body></html>');
d.document.close(); 
 }
else {
d = open('','Dw','menubar=0,directories=0,location=0,toolbar=0,scrollbars=0,status=0,resizable=0,width='+w+',height='+h+',top='+t+',left='+l+'');
d.focus();
d.document.open();
d.document.write('<html><head><title>'+Alt+'</title></head>');
d.document.write('<body topmargin=0 marginheight=0 marginwidth=0 bottommargin=0 rightmargin=0 leftmargin=0 onblur="window.close()" onmousedown="window.close()" background=http://www.dosug-nn.ru/images/load.gif style=background-position:center;background-repeat:no-repeat;>');
d.document.write('<script language=JavaScript>');
d.document.write('<!--');
d.document.write('document.oncontextmenu = new Function("window.close();return false");');
d.document.write('//-->');
d.document.write('</script>');
d.document.write('<img src='+Img+' width='+w+' height='+h+' alt="'+Alt+'" border=0>');
d.document.write('</body></html>');
d.document.close(); 
 }
}
