var fDesc=new Array(); fDesc[0] = "AppPerfect Web Test is a fully Automated Web Functional testing and Regression testing software. Any application accessible via a Web browser can be tested.
AppPerfect Web Test provides support for "recording" Web browser events and "replaying" them automatically. Automated Web testing can save a substantial amount of time and resources that would be otherwise spent on trying to test the system manually."; 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 = ''; } }