function wo(isrc,ititle)
{
mwin=window.open('','','width=500,height=375,scrolling=no,resizable=yes');
mwin.document.open();
mwin.document.write("<html><body style='margin:0px;padding:0px;'>");
mwin.document.write("<a href='#' onclick='window.close(); return false' title='Кликните, чтобы закрыть окно'><img src="+isrc+" border=0 onload='window.resizeTo(this.width+8,this.height+30)'></a></body></html>");
}
