
AMinitSymbols();

function display01() {
  var str = document.getElementById("inputText1").value; 
  var outnode = document.getElementById("outputNode1");
  var n = outnode.childNodes.length;
  for (var i=0; i<n; i++)
    outnode.removeChild(outnode.firstChild);
  outnode.appendChild(document.createTextNode(str));
  AMprocessNode(outnode);
}
function display02() {
  var str = document.getElementById("inputText2").value;
  var outnode = document.getElementById("outputNode2");
  var n = outnode.childNodes.length;
  for (var i=0; i<n; i++)
    outnode.removeChild(outnode.firstChild);
  outnode.appendChild(document.createTextNode(str));
  AMprocessNode(outnode);
}
function display03() {
  var str = document.getElementById("inputText3").value;
  var outnode = document.getElementById("outputNode3");
  var n = outnode.childNodes.length;
  for (var i=0; i<n; i++)
    outnode.removeChild(outnode.firstChild);
  outnode.appendChild(document.createTextNode(str));
  AMprocessNode(outnode);
}
function display04() {
  var str = document.getElementById("inputText4").value;
  var outnode = document.getElementById("outputNode4");
  var n = outnode.childNodes.length;
  for (var i=0; i<n; i++)
    outnode.removeChild(outnode.firstChild);
  outnode.appendChild(document.createTextNode(str));
  AMprocessNode(outnode);
}
function display05() {
  var str = document.getElementById("inputText5").value;
  var outnode = document.getElementById("outputNode5");
  var n = outnode.childNodes.length;
  for (var i=0; i<n; i++)
    outnode.removeChild(outnode.firstChild);
  outnode.appendChild(document.createTextNode(str));
  AMprocessNode(outnode);
}
function display06() {
  var str = document.getElementById("inputText6").value;
  var outnode = document.getElementById("outputNode6");
  var n = outnode.childNodes.length;
  for (var i=0; i<n; i++)
    outnode.removeChild(outnode.firstChild);
  outnode.appendChild(document.createTextNode(str));
  AMprocessNode(outnode);
}
function display07() {
  var str = document.getElementById("inputText7").value;
  var outnode = document.getElementById("outputNode7");
  var n = outnode.childNodes.length;
  for (var i=0; i<n; i++)
    outnode.removeChild(outnode.firstChild);
  outnode.appendChild(document.createTextNode(str));
  AMprocessNode(outnode);
}
function display08() {
  var str = document.getElementById("inputText8").value;
  var outnode = document.getElementById("outputNode8");
  var n = outnode.childNodes.length;
  for (var i=0; i<n; i++)
    outnode.removeChild(outnode.firstChild);
  outnode.appendChild(document.createTextNode(str));
  AMprocessNode(outnode);
}
function display09() {
  var str = document.getElementById("inputText9").value;
  var outnode = document.getElementById("outputNode9");
  var n = outnode.childNodes.length;
  for (var i=0; i<n; i++)
    outnode.removeChild(outnode.firstChild);
  outnode.appendChild(document.createTextNode(str));
  AMprocessNode(outnode);
}
function display10() {
  var str = document.getElementById("inputText10").value;
  var outnode = document.getElementById("outputNode10");
  var n = outnode.childNodes.length;
  for (var i=0; i<n; i++)
    outnode.removeChild(outnode.firstChild);
  outnode.appendChild(document.createTextNode(str));
  AMprocessNode(outnode);
}
function display11() {
  var str = document.getElementById("inputText11").value;
  var outnode = document.getElementById("outputNode11");
  var n = outnode.childNodes.length;
  for (var i=0; i<n; i++)
    outnode.removeChild(outnode.firstChild);
  outnode.appendChild(document.createTextNode(str));
  AMprocessNode(outnode);
}
function display12() {
  var str = document.getElementById("inputText12").value;
  var outnode = document.getElementById("outputNode12");
  var n = outnode.childNodes.length;
  for (var i=0; i<n; i++)
    outnode.removeChild(outnode.firstChild);
  outnode.appendChild(document.createTextNode(str));
  AMprocessNode(outnode);
}
function display13() {
  var str = document.getElementById("inputText13").value;
  var outnode = document.getElementById("outputNode13");
  var n = outnode.childNodes.length;
  for (var i=0; i<n; i++)
    outnode.removeChild(outnode.firstChild);
  outnode.appendChild(document.createTextNode(str));
  AMprocessNode(outnode);
}
function display14() {
  var str = document.getElementById("inputText14").value;
  var outnode = document.getElementById("outputNode14");
  var n = outnode.childNodes.length;
  for (var i=0; i<n; i++)
    outnode.removeChild(outnode.firstChild);
  outnode.appendChild(document.createTextNode(str));
  AMprocessNode(outnode);
}
