function SetStatusText(statusText)
{
	window.status = statusText;
}
