function MOText(sText)
{
	window.status=sText;
	return true;
}

function MOTextReset()
{
	window.status='';
	return true;
}