var fDesc=new Array(); fDesc[0] = "NetSurveyor Professional is a new type of diagnostic tool that puts a different spin on WiFi troubleshooting — emphasizing performance metrics over measurements of RF signal strengths. NetSurveyor-Pro is used to test the performance and reliability of a WiFi network and help identify and troubleshoot problems. Furthermore, NetSurveyor-Pro also allows you to concurrently test multiple (up to five) WiFi connections. NetSurveyor-Pro is a software-only product that uses your 802.11 adapter(s) and access point(s) — no additional proprietary hardware is required."; 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 = ''; } }