<!--
function openWnd2(url, w, h)
{
if (navigator.appName.indexOf("Explorer") >= 0) var wndHandle=window.open(url,"nwWin"," width="+w.toString()+", height="+h.toString()+", scrollbars=no, toolbar=no, menubar=no, history=no, resizable");
else var wndHandle=window.open(url,"s","height="+h.toString()+",width="+w.toString()+",resizable,scrollbars=yes");
}
function openWnd3(url, w, h)
{
if (navigator.appName.indexOf("Explorer") >= 0) var wndHandle=window.open(url,"nwWin"," width="+w.toString()+", height="+h.toString()+", scrollbars=no, toolbar=no, menubar=no, history=no, resizable=no, left=500");
else var wndHandle=window.open(url,"s","height="+h.toString()+",width="+w.toString()+",resizable,scrollbars=yes");
}
function openWnd5(url, w, h)
{
if (navigator.appName.indexOf("Explorer") >= 0) var wndHandle=window.open(url,"nwWin"," width="+w.toString()+", height="+h.toString()+", scrollbars=yes, toolbar=yes, menubar=yes, history=yes, resizable");
else var wndHandle=window.open(url,"s","height="+h.toString()+",width="+w.toString()+",resizable,scrollbars=1,toolbar=1,menubar=1,history=1,titlebar=1");
}

function fopenURL(url)
{
var w;
w=window.open(url,"nw","toolbar=no,location=no,menubar=no,scrollbars=yes,resizable=yes,width=900,height=700");
w.focus();
return false;
}

var itsloaded = 0;
function _doUnload()
{
	if (itsloaded == 1)
		doUnload();
}

function fClear()
{
window.status=""; return true;
}

function searchvalid()
{
	if (document.forms.searchform.query.value.length<2){alert('Ââåäèòå ñòðîêó ïîèñêà');return false;}	
	return true;	
}

//-->
