function setStatus(msg) {
	window.status = msg;
	return true;
}