var fDesc=new Array();
fDesc[1] = "Supports Multi-volume RAR archives; Supports a user-defined character set. Autosave feature. Auto Update.";
fDesc[2] = "passwords. This incredible program provides a unique password recovery method that guarantees successful password recovery regardless of password length.";
fDesc[3] = "Dictionary attack. Supports Multi-volume RAR archives; Supports a user-defined character set. Autosave feature. Auto Update tool.";
fDesc[4] = "passwords in an effective and fast manner. Users normally have more than one email accounts. User names and passwords are distinct for each email account and those data are normally saved by the user to the PC system, which is not very safe.";
fDesc[5] = "common business documents including those of Microsoft Office. Usually recovering a password takes a long time but this tool has the capacity to use the power of more than one computer to recover.";
fDesc[6] = "passwords for Yahoo messenger accounts, when they are stored on the user system. The application recovers stored user login data for the computer user. The program will diplay all the data about the user Yahoo accounts, as well as the user password, in an completely automatic and instant manner.";
fDesc[7] = "to open and modify MS Excel files. It can use three password recovery methods: advanced dictionary-based attack, a brute-force attack and a brute-force attack using an advanced mask.";
fDesc[8] = "You can pause the Zip Password Recovery at any time and it is optimised for background processing using idle time.";
fDesc[9] = "mask, enhanced dictionary-based attack); flexible, customizable search; and help. It's all here!";
fDesc[10] = "client. With this program, you can as well recover user Master Password, view browser Cookies and URL history.";
fDesc[11] = "Outlook. The tool recovers forgotten or lost passwords for Microsoft Outlook mail and news accounts, and passwords for PST and OST files";
fDesc[12] = "your network. It can listen to traffic from any network interface currently connected to your system and it can detect passwords on several protocols, such as POP3, SMTP, FTP, and HTTP.";
fDesc[13] = "Email accounts, News accounts, online shopping accounts or any similar password protected windows application or web form.";
fDesc[15] = "Voyager lost or forgotten passwords. This application supports all versions of TheBat! and it can help you recover all types of passwords used on it.";
function tCollapseAll(maxID)
{
document.getElementById("alls_action").innerHTML = "Expand descriptions";
var id=1;
for (id=1; id <= maxID; id++)
{
if (document.getElementById("desc_" + id))
tShowHide(id, 2);
}
}
function tExpandAll(maxID)
{
document.getElementById("alls_action").innerHTML = "Collapse descriptions";
var id=1;
for (id=1; id <= maxID; id++)
{
if (document.getElementById("more_" + id))
tShowHide(id, 1);
}
}
function tShowHide(id, show)
{
var s = document.getElementById("more_" + id);
if ((s.innerHTML!=fDesc[id] || show==1) && show!=2)
{
s.innerHTML = fDesc[id];
}
else
{
s.innerHTML = '...';
}
}