
if (window.top == window) {window.top.location = "index.htm";}

function ShowIt1(Text) {
  var NS = (navigator.appName == 'Netscape');
  var objStr = (NS)?'':'parent.frames[\'messdesc\'].document.all[\'text1\']';
  if (( NS && (objStr.indexOf('document.layers[')!=0 || document.layers!=null)) ||
      (!NS && (objStr.indexOf('document.all[')   !=0 || document.all   !=null))) {
    var obj = eval(objStr);
    if ((obj != null) && ('innerText'.indexOf("style.") != 0 || obj.style != null)) {
      eval(objStr+'.innerText="'+ Text +'"');
      }
    }
  }

function ShowIt2(Text) {
  var NS = (navigator.appName == 'Netscape');
  var objStr = (NS)?'':'parent.frames[\'messdesc\'].document.all[\'text2\']';
  if (( NS && (objStr.indexOf('document.layers[')!=0 || document.layers!=null)) ||
      (!NS && (objStr.indexOf('document.all[')   !=0 || document.all   !=null))) {
    var obj = eval(objStr);
    if ((obj != null) && ('innerText'.indexOf("style.") != 0 || obj.style != null)) {
      eval(objStr+'.innerText="'+ Text +'"');
      }
    }
  }

function ShowIt3(Text) {
  var NS = (navigator.appName == 'Netscape');
  var objStr = (NS)?'':'parent.frames[\'messdesc\'].document.all[\'text3\']';
  if (( NS && (objStr.indexOf('document.layers[')!=0 || document.layers!=null)) ||
      (!NS && (objStr.indexOf('document.all[')   !=0 || document.all   !=null))) {
    var obj = eval(objStr);
    if ((obj != null) && ('innerText'.indexOf("style.") != 0 || obj.style != null)) {
      eval(objStr+'.innerText="'+ Text +'"');
      }
    }
  }

function ShowIt4(Text) {
  var NS = (navigator.appName == 'Netscape');
  var objStr = (NS)?'':'parent.frames[\'messdesc\'].document.all[\'text4\']';
  if (( NS && (objStr.indexOf('document.layers[')!=0 || document.layers!=null)) ||
      (!NS && (objStr.indexOf('document.all[')   !=0 || document.all   !=null))) {
    var obj = eval(objStr);
    if ((obj != null) && ('innerText'.indexOf("style.") != 0 || obj.style != null)) {
      eval(objStr+'.innerText="'+ Text +'"');
      }
    }
  }

