function statusMsg(msgSt) {
   if (!msgSt) {
      msgSt = msgbase;
   }
   window.status = msgSt;
   return true;
}