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

