function describe(text) {
	window.status = text; 
	return true;
}

function clearstatus() {
	window.status = "";
}
