function pop(n,wi,h) {
var t=(document.layers) ? "" : parent.document.title;
var a=t ? "закрыть окно" : "''";
w=window.open('','','width='+(wi-4)+',height='+(h-5)+',toolbar=0,scrollbars=0,resizable=0');
var d = w.document;
d.open();
d.writeln("<html><head><title>"+t+"</title><meta http-equiv=Content-Type content='text/html; charset=windows-1251'></head>");
d.writeln("<body padding=0 bgcolor=white marginwidth=0 marginheight=0 topmargin=0 leftmargin=0><table width="+wi+" border=0 cellspacing=0 cellpadding=0><tr><td align=center valign=middle><a href=# onclick=window.close()><img src="+n+" width="+wi+" border=0 alt="+a+"></a></td></tr></table></body></html>");
d.close();
w.focus();
}
