var fDesc=new Array(); fDesc[0] = "Acrylic Wi-Fi is a WiFi scanner that displays WiFi access points and connected devices. It can show various information about your 802.11/a/b/g/n/ac network such as connected users, signal quality charts, WiFi passwords, and default WPS Key. It will also display security details for WEP, WPA, WPA2 and Enterprise (802.1X) WiFi 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 = ''; } }