<!--

function ConfirmMsg(msg) { //v1.0
  document.MM_returnValue = confirm(msg);
}
//-->
<!--
function MM_popupMsg(msg) { //v1.0
  alert(msg);
}
//-->
