var fDesc=new Array(); fDesc[0] = "DataTrace for Windows DataTrace is the heart of the MPRF and MPIII process monitoring solutions. It comes with powerful reporting capabilities, in software pre- and post- calibration verification, and 21CFR part 11 compliance. This application gives you greater insight and productivity in the creation of process reports, analyzing and understanding of data, and complying with your regulatory requirements."; 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 = ''; } }