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