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