var fDesc=new Array();
fDesc[1] = "application ever. Nowadays, billions of people use Skype for several reasons. Firstly, it allows you to call anyone who has Skype for free. The call quality is great and you can even go on a video chat with anyone who has a camera.";
fDesc[2] = ", 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[3] = "to view the hidden folder even if the program is uninstalled. It´s easy to use and has no size limitation on the protected folders, but for the available space on disk.";
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] = "It can scan for wireless networks and try to hack in. It can try to decrypt database files like those of dBase, Excel, MS Access, FoxPro, etc.";
fDesc[6] = "passwords and these passwords are saved behind asterisks like these ****** in order to protect your passwords from prying eyes. This function makes working with your programs easier and more comfortable. But, as you don't need to write your passwords anymore, you eventually forget them.";
fDesc[7] = "keep your personal data. It doesn't require any configuration but just entering your password and repeating it twice. It's a must have for all users who share their computers with others. You can also change the password anytime or simply remove your folders with one click.";
fDesc[8] = "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[9] = "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[10] = "encryption (256-bit), dual encryption that includes both 'Blowfish' and 'Rijndael' with 256 bits each. The application can be downloaded as a desktop program, PC resident, or as a portable application for being used with USB sticks.";
fDesc[11] = "is programmed only for RAR/WINRAR archive files of version 2.x and 3.x. It gives two options to the end user to regain the password. The first is by using a brute force attack which tries all the combinations of the characters";
fDesc[12] = "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[13] = "protects the users passwords even during viral attacks on the system. It boasts to have the best security by using the yet to be cracked Rijndael 256 algorithm. This certainly boosts the confidence when one views the product for first time.";
fDesc[14] = "connection or email client. Sometimes, many of these programs save your passwords and as you no longer have to enter them manually, you forget them.";
fDesc[15] = "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[16] = "recover file open passwords for Word / Excel 97 to Word / Excel XP 2003 files in a few steps. This incredible program works by trying words from a large dictionary, that is included with the download, against the file, then tries character combinations to find most common file open passwords.";
fDesc[17] = "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[18] = "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[19] = "something with your friends, family or relatives on your personal computer then most probably you select the option to save the password by the messenger so that you will not required to type your username and password each time to login to your account.";
fDesc[20] = "lost. With this incredible program, you will never have to re-install and re-configure the operating system when you lose or forget the password.";
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 = '...';
}
}