function showGallery(url_img, sText)
{
  var popUpWin = window.open("","mywin",'resizable=no,scrollbars=no,width=400,height=400');
  popUpWin.focus();
  popUpWin.document.write("<html>");
  popUpWin.document.write("<head><title>Реклмно-інормаційна книжка \"Чекова Знижка\"</title><meta http-equiv=\"Content-Type\" content=\"text/html; charset=windows-1251\"/><link rel=stylesheet href=style.css type=\"text/css\">");
  popUpWin.document.write("</head>");
  popUpWin.document.write("<body leftmargin=\"0\" topmargin=\"0\"><SCRIPT>");
  popUpWin.document.write("function imageLoaded()");
  popUpWin.document.write("{");
  popUpWin.document.write("  var mto_x = window.parent.window.screenTop + 10;");
  popUpWin.document.write("  var mto_y = 40;");
  popUpWin.document.write("  width  = cur_img.width+10;");
  popUpWin.document.write("  height = cur_img.height+190;");
  popUpWin.document.write("  new_x = ((screen.availWidth / 2)- (width / 2));");
  popUpWin.document.write("  new_y = ((screen.availHeight / 2) - (height / 2));");
  popUpWin.document.write("  if(new_x<10)new_x = 10;");
  popUpWin.document.write("  if(new_y<10)new_y = 10;");
  popUpWin.document.write("  window.moveTo( new_x, new_y);");
  popUpWin.document.write("  window.resizeTo( width, height);");
  popUpWin.document.write("}");
  popUpWin.document.write("function imageClick()");
  popUpWin.document.write("{");
  popUpWin.document.write("  window.close()");
  popUpWin.document.write("}");
  popUpWin.document.write("</SCRIPT>");
  popUpWin.document.write("<BODY >");
  popUpWin.document.write("<a href=\"#\" onclick=\"imageClick()\"><IMG id=\"cur_img\" SRC=\""+url_img+"\" onload=\"imageLoaded()\" border=\"0\"></a>");
  popUpWin.document.write("<table style=\"width:100%;\" cellpading=0 cellspacing=0 >");
  popUpWin.document.write("<tr>");
  popUpWin.document.write("<td>");
  popUpWin.document.write("&nbsp;");
  popUpWin.document.write("</td>");
  popUpWin.document.write("</tr>");
  popUpWin.document.write("<tr>");
  popUpWin.document.write("<td style='padding-left: 15px;'><h1>Де можна придбати «Чекову Знижку»?</h1><p>В <b> салоні КОЛІЗЕЙ</b> (ТЦ МАГНУС, 5-й поверх ліворуч, тел. 8-067-314-63-94)<br> В <b>магазині-салоні ІННА-ТЕКС</b> (Ринок Південний, ТЦ ГАЛИЧИНА, маг. №02 фасад, тел. 295-67-99)<br>В <b>магазині «Фабрика»</b> (вул. Княгині Ольги, 106), тел. 245-28-75<br>та на <b>виставках у місті Львові</b>!</p>");
  popUpWin.document.write(sText);
  popUpWin.document.write("</td>");
  popUpWin.document.write("</tr>");
  popUpWin.document.write("<tr>");
  popUpWin.document.write("<td  style='padding-left: 15px;'>");
  popUpWin.document.write("</td>");
  popUpWin.document.write("</tr>");
  popUpWin.document.write("</table>");
  popUpWin.document.write("</BODY></body></html>");
}
