function sp_ov(msg) {
	window.status = msg;
}

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

