var fDesc=new Array(); fDesc[0] = "Homedale lets you search for Wi-Fi / WLAN Access Points and monitor their signal strength. You can see an overview of all available access points with their signal strength, encryption [WEP/WPA/WPA2], speed and channel. You can use the detected access points with Google Geolocation and Mozilla Location Service to locate yourself."; 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 = ''; } }