function statusBarOn(text) {
	window.status = text;
}

function statusBarOut() {
	window.status = "";
}
