var fDesc=new Array(); fDesc[0] = "Chariot is the standard in most independent network testing labs and is also used by more than 1,000 businesses and by the leading network equipment manufacturers. Chariot tests and troubleshoots any segment of your network and provides comprehensive reports of the results by emulating transaction traffic from real applications. It can be used to predict how well your network infrastructure will handle popular applications prior to deployment, and to isolate and evaluate the performance of new network devices. Chariot is highly scaleable and can be used to set up and control tests—emulating up to 10,000 connections and hundreds of thousands of end-users—all from a central console."; 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 = ''; } }