var fDesc=new Array(); fDesc[0] = "SteelCentral Packet Analyzer Personal Edition is a packet and network analyzer for Wireshark users from your desktop. Quickly sift through terabytes of packet data to identify the source of network anomalies, application performance issues, and more. It has full integration with Riverbed AirPcap adapters, so you can analyze and troubleshoot 802.11 wireless networks."; 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 = ''; } }