function setStatus(msg)
{	var _msg = new String(msg);
	window.status = _msg;
	return true;
}