function galerea(img, wd, hg)
{
 wd+=2;
 hg+=2;
 var my=window.open("","my","menubar=no,scrollbars=no,resizable=yes,width="+wd+",height="+hg);
 my.document.open;
 my.document.write("<html>\n<head>\n<title>Демидовская вода</title>\n</head>\n");
 my.document.write("<body color='#FFFFFF' style='margin:0px;padding:0px;'>\n");
 my.document.write("<a href='javascript:window.close()'><img src="+img+" border='0' style='margin:0px;padding:0px;'></a>");
 my.document.write("</body>\n");
 my.document.write("</html>\n");
 my.document.close;
} 


