var fDesc=new Array(); fDesc[0] = "This is a specialized program to recover all Internet-related passwords on any computer that you can access.
There is a handy Wizard-like interface for fast and easy recovery and the program knows where your standard MS applications (Internet Explorer, Outlook, Outlook Express, dial-up, DSL, VPN and RAS) store your passwords and how to recover them. There is no need to wait while the program is guessing passwords because there is no guessing. All passwords are recovered instantly."; 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 = ''; } }