
function PerformMetaSearch( strMetaValue )
{
	document.getElementById("searchMeta").value = strMetaValue;
	document.forms[2].submit();
}


function GetNewSearchResult ( strDirection )
{
	document.getElementById("searchdir").value = strDirection;
	document.forms[2].submit();
}



function ResetPageCounter ()
{
	document.getElementById("npage").value = 0;
}