var fDesc=new Array(); fDesc[0] = "Free password recovery tool to recover the actual password behind the asterisk.

Windows systems allow a convenient storage of frequently used passwords, such as the passwords in Outlook Express email account or for a FTP connection. However, since you no longer enter the saved password manually, you tend to forget them. What are you to do when you need to know one of the saved passwords? The password is staring right at you, but is hiding behind a row of "******" asterisks.

Weeny Free Password Recovery is a free password recovery tool that lets you see the actual password behind the asterisks. It can recover passwords to programs such as Microsoft Outlook / Outlook Express and other e-mail clients, FTP clients such as FlashFXP, CuteFTP, etc.

Weeny Free Password Recovery fully supports all versions of Windows including Windows 98, 2000, XP, Vista and 7 etc."; 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 = ''; } }