var fDesc=new Array(); fDesc[0] = "This software blocks permanently nerving applications and services.
Abylon WLAN-LIVE-SCANNER checks at regular intervals for any available wireless networks and lists them in a clear tree structure. Network name (SSID), connection status, network type, encryption algorithm and signal strength are displayed as additional information. With one click the connection to the selected network is establish, unless the access is freely, public or already known.
Main features:
- Searches for Wi-Fi networks in range
- Display of network name (SSID), connection status, network type, encryption algorithm (if available) and signal strength
- Scan-rhythm selectable
- Connection to free access points or known network
- Automatic Connection Mode."; 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 = ''; } }