var fDesc=new Array();
fDesc[0] = "Passcape Outlook Express Password Recovery is a program for recovering all types of Outlook Express saved passwords: SMTP, POP3, IMAP, NNTP, HTTPMAIL, LDAP, Identity password.
The tool allows you to choose one of three recovery modes, reveal passwords hidden behind asterisks, decrypt passwords directly from Windows registry files, and much more.";
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 = '';
}
}