function AXWrite(objID)
{
  var obj = eval('document.all.'+objID);
  var xTag = obj.value;
  document.write(xTag);
  obj.value='';
}
