function changeStatus(strKeyword)
{
	window.status = strKeyword;
	return true;
}
