function MsgOff()
{
	return MsgOn("");
}

function MsgOn(str)
{
	window.status = str;
	return true;
}

