function status_msg(msg) {
  window.status = msg;
  return true;
}
function status_clear() {
  window.status = "";
}
