var fDesc=new Array(); fDesc[0] = "Web Performance Load Tester is the only web testing tool smart enough to tell you how many users your website can handle. Use another tool, and you'll find yourself staring at charts for hours trying to figure it out—if you can even tell at all. At the push of a button you can generate a load from outside your network. Load Tester can handle anything from small 100 concurrent user tests to generating 100,000 and more concurrent users.
Web Performance Load Tester automatically detects and configures the test cases for most situations. Web Performance software will cut your load testing time by up to 80%."; 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 = ''; } }