var fDesc=new Array(); fDesc[0] = "This is the tenth version of the popular EP Evaluator® method evaluation software package, first release for DOS in 1991, and for Windows in 1999. Unlike other laboratory statistics programs, EP Evaluator® was designed by a board-certified clinical chemist specifically to meet the needs of the clinical laboratory ― including connectivity, network support, 21 CFR Part 11 compliance, built-in backup/restore, ability to copy data to/from spreadsheets, and, above all, well-designed professional reports, ready to sign and file."; 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 = ''; } }