      function displayText( sText ) {
        document.getElementById("displayArea").innerHTML = sText;
      }
