var fDesc=new Array(); fDesc[0] = "Path Analyzer Pro delivers advanced network route-tracing with performance tests, DNS, whois, and network resolution to investigate network issues. By integrating all these powerful features into one simple graphical interface, Path Analyzer Pro has become a must-have tool for any network, systems, or security professional on Windows and Mac OS X.
Features:
# Up to 20 times faster than traditional traceroute
# Stunning report generation and export to impress your colleauges
# Easy-to-use graphical interface for Windows and MacOS X
# Vivid charts make network problems obvious
# Map-based location of IP addresses with zoom, pan, and details
# Charts and graphs take the guess-work out of performance testing
# Law enforcement specific features including e-mail address tracing
# Automatic detection of filters, stateful firewalls, and other anomalies
# One-time or extended-duration testing for performance analysis
# Min, max, avg, and standard deviation measurements for each protocol
# Resolves autonomous system numbers (ASN) based on real-time routing"; 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 = ''; } }