var fDesc=new Array(); fDesc[0] = "Outlook Password Recovery Kit is a tool that knows how to recover Microsoft Outlook password to gain access to personal or business data. It provides features such as:
- Recovery of passwords from various email accounts, such as POP3, SMTP, IMAP
- Detailed visualization of settings for each email account
- Saving of all settings, including passwords, to a text file
- Recovery of passwords from PST data files
- Removal of passwords from PST data files."; 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 = ''; } }