function wo(isrc,ititle)
{
mwin=window.open('','','width=500,height=375,scrolling=no,resizable=yes');
mwin.document.open();
mwin.document.write("<html><title></title><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>");
}

function wbo(isrc,ititle)
{
mwin=window.open('','',',,scrolling=no,resizable=yes');
mwin.document.open();
mwin.document.write("<html><title></title><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>");
}
function show(file, width, height)
	{
			file=file + ".php";
			window.open(file, "_blank", "width="+width+",height="+height+",titlebar=no,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no");
	}