var fDesc=new Array(); fDesc[0] = "Advanced Mailbox Password Recovery is a powerful and handy tool that allows you to recover the locally stored login and password information protecting email accounts and profiles. Thanks to its built-in POP3/IMAP Server Emulator, this program scans your system and retrieves passwords to POP3 and IMAP accounts from almost all email clients in existence. This incredible application is able to recover passwords to multiple email clients, passwords to all accounts, profile passwords and master-passwords, passwords to uninstalled email clients, corrupted email databases and installations, and send (SMTP) and receive (POP3/IMAP) passwords. What is more, the program features a very simple and intuitive user interface which does not require any technical knowledge to be operated and makes the recovery process a breeze. A thing worth noting is that Advanced Mailbox Password Recovery can recover lost or forgotten password from the local account only, and requires you to be logged in to the system."; 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 = ''; } }