var fDesc=new Array();
fDesc[0] = "Mail Password Decryptor is the free software to instantly recover Mail Account passwords from popular email clients and other desktop applications.
Main Features:
-Automatically detect and decrypt stored encrypted passwords from popular email clients & desktop applications.
-Password Recovery from latest versions of supported applications.
-Recover password of any length and complexity.
-Automatically discovers all supported Applications and recovers all the stored passwords.
-Save the recovered password list to HTML/XML/Text/CSV file
Supported programs:
-Microsoft Outlook Express
-Microsoft Outlook 2002/XP/2003/2007/2010/2013
-Mozilla Thunderbird
-Windows Live Mail 2012
-IncrediMail
-Opera Mail
-The Bat!
-Foxmail v6.x - v7.x
-Windows Live Messenger
-MSN Messenger
-GTalk
-GMail Notifier
-PaltalkScene IM
-Pidgin (Formerly Gaim) Messenger
-Miranda Messenger
-Windows Credential Manager";
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 = '';
}
}