// JavaScript Document
<!--
function MM_setTextOfTextfield(objName,x,newText) { //v3.0
  var obj = MM_findObj(objName); if (obj) obj.value = newText;
}
function MM_popupMsg(msg) { //v1.0
  alert(msg);
}
//-->
