function statusText(txt)
{
	window.status=txt;
	return true;
}

