var fDesc=new Array(); fDesc[0] = "Wifi Key Finder is a tool which allows you to find and recover Wifi keys from your wireless router. It can scan your wireless network settings in Windows and show the saved Wifi profiles and passwords. The program works with all brands of wireless routers such as Linksys, Netger, Cisco, Belkin etc. This is not a hacking tool: it only shows the password settings saved in your computer."; 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 = ''; } }