var fDesc=new Array(); fDesc[0] = "ABF Password Recovery is a powerful yet easy to use utility that allows you to instantly recover lost or forgotten passwords for many popular programs like Outlook Express, Microsoft Outlook, MS Internet Explorer, MS Office Access, Total Commander and FAR Manager. Moreover, this incredible application also comes with the following useful password tools: Password Picker, which allows you to collect passwords from any programs that have editors with asterisks, revealing the password behind them;
Personal Folders, which enables you to recover passwords for Personal Folder file; and Hidden Passwords, which lets browse hidden passwords for all running programs, where password input filled is present. What is more, the program also features a very simple and intuitive user interface that you can customize the way you want and offers a detailed step-by-step tutorial very useful for beginners. A thing that is worth noting is that ABF Password Recovery can only recover passwords for current installation of Windows."; 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 = ''; } }