var fDesc=new Array(); fDesc[0] = "The Xirrus Wi-Fi Inspector is a powerful tool for managing and troubleshooting the Wi-Fi on a Windows operating systems. Built in tests enable you to characterize the integrity and performance of your Wi-Fi connection.
The program features: searching for Wi-Fi networks, managing and troubleshooting Wi-Fi connections, verifying Wi-Fi coverage, locating Wi-Fi devices and detecting rogue APs."; 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 = ''; } }