


function SetMsg(msg)
{
	window.status = msg;

	return true;
}
