<!--
function openWnd(url, title, w, h)
{
	var wnd = window.open(url + "&title=" + title, "popup", "width=" + w + ", height=" + h + ", resizable=1, scrollbars=1");
	wnd.focus();
}
//-->

