var fDesc=new Array(); fDesc[0] = "Automated testing and load testing are critical activities in developing and deploying quality software applications. QA Wizard Pro automates the functional and regression testing of Web, Windows, and Java applications, and load testing of Web applications. Using a single application to perform both functional and load tests reduces your software investment and training time, letting your team test more of your application in less time. An automated testing tool is only useful if it can test the technologies you use to develop applications. Some automated testing tools exclusively test Web applications, while others are limited to Windows applications. Why spend twice the money and learn two tools when one can do the trick?"; 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 = ''; } }