function displayStatusMsg(msgStr) { //v2.0
  status=msgStr;
  document.returnValue = true;
}
