var fDesc=new Array(); fDesc[0] = "WiFi Network Monitor can remotely scan and discover all the devices connected to your Wireless network. It helps you to keep a watch on your Wi-Fi network and safe guard it from Hackers as well as other unauthorized users. Its 'ARP based Multi-threading' technique enables you to scan the entire network in just few seconds. It can detect desktops, laptops, mobiles, home systems and other portable devices."; 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 = ''; } }