var fDesc=new Array(); fDesc[0] = "Semantix Roaming Studio is a TAP3/RAP/NRTRDE editor desktop application offering full TAP 3.x, NRTRDE 2.1 and RAP 1.5 support, conversions between TAP3 versions (upwards or backwards), validations, import/export to ASCII, error highlighting, custom field exporting to Excel, advanced editing operations and many other features."; 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 = ''; } }