function showImg(th,w,h)
{
   var wind = window.open("","","resizable=no,width="+w+",height="+h+",toolbar=no,scrollbars=no,top=0px,left=0px");
   wind.document.open();
   wind.document.write("<html><head><title>Rauschert GmbH - техническая керамика</title></head><body marginwidth=0 marginheight=0 topmargin=0 leftmargin=0 bgcolor=#ffffff><table border=0 width=100% height=100% align=center valign=middle><tr><td align=center valign=middle><img src="+th+"></td></tr></table><br></body></html>")
   wind.document.close();
   wind.focus();
}
