var fDesc=new Array(); fDesc[0] = "TracePlus/Ethernet is a powerful performance and capture tool. Real-time statistics include bandwidth by node, protocol, and address pair.

Main features:

- The Network Dashboard offers ten automobile-style gauges (five user configurable) that monitor network performance.

- The Network Dashboard contains three preset and four user defined automobile style gauges of network performance, including Packets/Second, Bytes/Second, and Utilization.

- The Bits per Second historical graph displays average throughput in bits per second over a period of two hours."; 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 = ''; } }