function ow(isrc,ititle) {
	mwin=window.open('','','width=510,height=340,scrolling=no,resizable=yes');
	mwin.document.open();
	mwin.document.write('<html><body bgcolor="#FFFFFF" 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>');
}

