function ComponentSearch_Submit(sSiteUrl, sTxtId)
{
	var oTxt = document.getElementById(sTxtId);
	if (oTxt)
	{
		document.location.href = sSiteUrl + "/components/search/searchresult.php?csearch=" + oTxt.value;
	}
}