var fDesc=new Array(); fDesc[0] = "PingPlotter Freeware is a high performance, low-overhead traceroute application. It allows you to quickly "trace" the route between you and a target of your choice (a web site, Voice over IP provider, online game server, or similar target), and then continue to collect performance metrics about that route.

Packet loss and latency numbers are available within seconds, and the results are displayed in a graphical format, in addition to text values. This allows you to quickly see if the final destination is performing as you expect, and if it's not, you can see which hop is causing the problems."; 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 = ''; } }