var fDesc=new Array(); fDesc[0] = "Eye P.A. is a rapid 802.11ac packet capture and analysis solution that makes WiFi traffic visible for quick analysis and diagnosis. At a glance, you can find and fix packet loss, monitor channel capacity, minimize congestion, and shed light on network configuration and security issues."; 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 = ''; } }