function PopupMsg(msg) { //v1.0
  alert(msg);
}

