function GotoSearchPage(str)
{
	var SearchUrl="http://www.spkl.net/inc/search.asp";
	window.location.href=SearchUrl+"?keyword="+escape(str);
}
