var fDesc=new Array(); fDesc[0] = "Wi-Fi Password Dump tool helps you recover lost/forgotten Wi-Fi configuration password from your system. It does not have the ability to hack any WiFi network; it can only find out the wireless passwords that have been saved on your Windows PC. It provides a command-line interface where all the detected passwords are shown. You can also save the result in a TXT file."; 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 = ''; } }