function showImg(img,w,h,c) {
if(c) { h += 50; }
imgwin=window.open("","","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width="+w+",height="+h);
imgwin.document.write("\
<html>\
<head>\
  <title>RTCOMM.RU: Просмотр картинки</title>\
</head>\
<body bgcolor=\"#FFFFFF\" leftmargin=0 topmargin=0 rightmargin=0 bottommargin=0 marginwidth=0 marginheight=0>\
  <center>\
  <img src="+img+"><br>\
  <font style=\"font-family: Arial, Helvetica, sans-serif;font-size: 70%;\">"+c+"</font>\
  </center>\
</body></html>");
}

