  function ShowPhoto(furl,fh,fw,descr,author) {
   if (author !== '')
   {
     author = '<br>Фото ' + author;
   }
   Showin=window.open(furl,"photo","toolbar=no,menubar=no,scrollbars=yes,resizable=no,height="+fh+",width="+fw+",top=50,left=50");
   Showin.document.open();
   Showin.document.writeln('<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html><head><title>Изображения</title><link rel="stylesheet" href="/t.css" type="text/css">');
   Showin.document.writeln('</head><body><table align="center" cellpadding="2" cellspacing="0" border="0"><tr><td><table style="background-color:#000000;" border=0 cellpadding=0 cellspacing=0 align=center><tr><td colspan=3><img src="/images/e.jpg" alt="" style="height:1px; width: 1px;"></td></tr><tr><td><img src="/images/e.jpg" alt="" style="height:1px; width: 1px;"></td><td style="background-color:#ffffff; padding:1px 1px 1px 1px;" align=center valign=middle><img src="'+furl+'" border="0"></td><td><img src="/images/e.jpg" alt="" style="height:1px; width: 1px;"></td></tr><tr><td colspan=3><img src="/images/e.jpg" alt="" style="height:1px; width: 1px;"></td></tr></table></td></tr><tr><td align="center" style="font-family: Arial, sans-serif; font-size: 12px; color: #000000;">'+descr+author+'</td></tr></table></body></html>');
   Showin.document.close();
   return false;
  }

  function deShowPhoto(furl,fh,fw,descr,author) {
   if (author !== '')
   {
     author = '<br>Foto ' + author;
   }
   Showin=window.open(furl,"photo","toolbar=no,menubar=no,scrollbars=yes,resizable=no,height="+fh+",width="+fw+",top=50,left=50");
   Showin.document.open();
   Showin.document.writeln('<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html><head><title>Изображения</title><link rel="stylesheet" href="/t.css" type="text/css">');
   Showin.document.writeln('</head><body><table align="center" cellpadding="2" cellspacing="0" border="0"><tr><td><table style="background-color:#000000;" border=0 cellpadding=0 cellspacing=0 align=center><tr><td colspan=3><img src="/images/e.jpg" alt="" style="height:1px; width: 1px;"></td></tr><tr><td><img src="/images/e.jpg" alt="" style="height:1px; width: 1px;"></td><td style="background-color:#ffffff; padding:1px 1px 1px 1px;" align=center valign=middle><img src="'+furl+'" border="0"></td><td><img src="/images/e.jpg" alt="" style="height:1px; width: 1px;"></td></tr><tr><td colspan=3><img src="/images/e.jpg" alt="" style="height:1px; width: 1px;"></td></tr></table></td></tr><tr><td align="center" style="font-family: Arial, sans-serif; font-size: 12px; color: #000000;">'+descr+author+'</td></tr></table></body></html>');
   Showin.document.close();
   return false;
  }

