window.defaultStatus='';

function showStatus(msg) {
	window.status = msg;
	return true;
}