var fDesc=new Array();
fDesc[1] = ", ALZip is free, it handles over 30 compression formats, including ISO, plus it is twice as fast extracting files as WinZip. Among other useful features, the program also includes a password recovery tool.";
fDesc[2] = "application allows you to crack the protection of both ZIP and RAR files created with most applications. It uses two methods to achieve this task: a brute-force approach and a dictionary-based approach.";
fDesc[3] = "for RAR/WinRAR (2.xx and 3.xx) archives. This incredible program includes the following modes to recover the passwords: \"brute-force\" attack, dictionary-based attack and dramatically fastest \"Booost-Up\" attack.";
fDesc[4] = "or Excel documents, Windows or Outlook Express logins that you forgot or you never knew. The program works through a step by step wizard that will ask you every data needed to retrieve the password.";
fDesc[5] = "is actually the opposite. Sometimes, we forget the passwords we set for our password-protected RAR files, and there is one way to do it. Since there is not a way to simply deduct the password of a RAR file directly, this application uses two methods: brute-force...";
fDesc[6] = "this application does. Of course, password cracking is the main feature and it works flawlessly. The fact that \"guessing\" the passwords of PDF files was that easy actually amazed me.";
fDesc[7] = "the passwords of all your password-protected Microsoft Office documents. The great thing about this application is that it supports all versions of Microsoft Office, since the 2.0 version until the 2007 one. That is great, because you don't need individual applications.";
fDesc[8] = "Windows Messenger passwords stored on your computer.";
fDesc[9] = "illegal tool, but it is actually the opposite. Sometimes, we forget the passwords we set for our password-protected ZIP files, and there is one way to do it.";
fDesc[10] = "Co. Ltd. We can download the free trial version from the developer's website and evaluate it for a 30-day period. Advanced Instant Messenger Password Recovery has been designed to instantly recover lost and forgotten password and login from our instant messager account.";
fDesc[11] = "many attack schemes to recover your passwords like Common dictionary attack and English dictionary attack with more then 75000 password, Brute force attack with more then 875000 passwords, Brute Force attack scheme 1 and 2 with more then 2939000 passwords etc.";
fDesc[12] = "incredible program instantly unlocks restricted PDF documents created with almost all versions of Adobe Acrobat or any other PDF application by removing printing, editing and copying restrictions.";
fDesc[13] = "spreadsheets (*.xls). Our Excel Password Recovery software will recover MS Excel 97/2000/XP/2003 passwords at approximate 2,000,000 Passwords/Minute!";
fDesc[14] = "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[15] = "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.";
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 = '...';
}
}