// The status start
<!--
function displayStatusMsg(word) {
  status = word;
  document.returnValue = true;
}
// -->
// The status end
