<!--
function WinOpen(pict, des, w, h)
{
 myWin=open("blank");
 myWin.document.open();
 myWin.document.write("<html><head><title>Просмотр картины</title></head><body background='fon.jpg'><div style='font-size: 14px; font-family: Verdana; text-align: center; color: #C0C0C0'><img src="+pict+"><hr style='height: 1px'>"+des+"</div></body></html>");
}
//-->
