var fDesc=new Array(); fDesc[0] = "Edit TAP3 files of all versions to the latest TAP3.12 as of TD57 ver.31.2. Automatic recalculation of Audit Control values of decoded files. Search and Replace field values in one or multiple files in one command. File content can be viewed in tree or tabular format. Loaded files are automatically validated with a report of errors.

Convert file content to text-CSV, XML or Excel for further post-processing."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }