function bp(s,w,h) {
 iw=window.open ('','big','scrolling=no,width='+w+',height='+h);
 with (iw.document) {
  open ();
  write ('<html><head><title>LTM-Company</title><LINK REL="stylesheet" TYPE="text/css" HREF="main.css"><META HTTP-EQUIV="imagetoolbar" CONTENT="no"></head><body style="background-color:#EBEBEB;" topmargin="0" leftmargin="0"><table width="100%" border="0" cellspacing="0" cellpadding="0"><td align="center"><a href="#" onClick="window.close();return false;"><img src="'+s+'" border="0"></a><br><a href="#" onClick="window.close();return true;" style="font-weight:normal;color:#555555;font-size:8pt;">закрыть</a><br></td></table></body></html>');
  close ();
 }
 iw.focus();
 return false;
}
