<html>
<head>
<script language="JavaScript">
function opPict(img,w,h,alt) {
op=window.open('','','width='+w+'; height='+h);
op.document.write('<html><head><title>'+alt+'</title>');
op.document.write('</head><body topmargin=0 leftmargin=0>');
op.document.write('<img src='+img+' width='+w+' height='+h+' alt="'+alt+'">');
op.document.write('</body></html>');
}
</script>
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<a href="javascript

pPict('Рисунок.jpg','Ширина','Высота','Текст альта')"><img src='Маленький рисунок'' width=130 height=109 border=0></a>
</body>
</html>