// JavaScript Document

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

function MM_setTextOfLayer(objId,x,newText) { //v9.0
  with (document) if (getElementById && ((obj=getElementById(objId))!=null))
    with (obj) innerHTML = unescape(newText);
}


