function showImg(th,w,h)
{
   var wind = window.open("","","resizable=no,width="+w+",height="+h+",toolbar=no,status=yes,scrollbars=no,top=0px,left=0px");
   wind.document.open();
   wind.document.write("<html><head><title>Реабилитационное оборудование / комплектующие</title></head><body bgcolor=#ffffff  marginwidth=0 marginheight=0 topmargin=0 leftmargin=0><table width=100% border=0 cellspacing=0 cellpadding=0><tr><td><img src="+th+" border=0 hspace=0 vspace=0></td></tr><tr><td align=right bgcolor=#A2D8E6><a href=javascript:window.close();><img src=images/close_win.gif width=99 height=20 border=0 alt=Закрыть окно></a></td></tr></table></body></html>");
   wind.document.close();
   wind.focus();
}

