function searchtxt(t)
{
	if(t)
	{
		window.location = "/directsearch?xp_searchstring=" + escape(t);
	}
}