var fDesc=new Array(); fDesc[0] = "AnalogX HyperTrace is a GUI version of traceroute, which shows you the route that information travels from your machine to another machine on the internet.

Of course, AnalogX wasn't happy just making a GUI version, HyperTrace is also faster, and not just a little bit - an average of 20-30x faster than before! It displays each hop, machine name, machine response time, and the route TTL.

If you're a system admin, or even just an interested user, AnalogX HyperTrace is a great tool to give you both information about your connection, as well as spot problem areas in your connection!"; 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 = ''; } }