var fDesc=new Array(); fDesc[0] = "TESTONA is a tool for the quality assurance of software-based products. The program uses the Classification Tree Method (CTM) for systematic test case development. The basic idea of the classification tree method is to separate the input data characteristics of the system under test into different classes that directly reflect the relevant test scenarios (classifications). It features: advanced test case renaming, boundary value analysis, statistical generation of test cases, test sequence generation, remote API, and more."; 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 = ''; } }