var fDesc=new Array();
fDesc[1] = "PC from numerous threats. The application is free, easy to use and, in a few minutes, will make your computer run much better. It scans your system searching for potential issues with your shortcuts, spyware, registry, and start up programs, and then enables you to clean them up.";
fDesc[2] = "forum is very big, with a lot of file uploads. Uploads include a variety of contents like software, games, videos computer, recreation, sports, etc.";
fDesc[3] = "PC. The data appears classified in three big groups, Software, Hardware and Network. Within each of them there are several sections that specify details about the processor, motherboard, printer, operating system, video drivers, libraries, etc.";
fDesc[4] = "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[5] = "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[6] = "can find two toolbars and three windows. In the first toolbar we can find all the eset servers names and select one of them to update our software..";
fDesc[7] = "Windows Messenger passwords stored on your computer.";
fDesc[8] = "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[9] = "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[10] = "it is completely safe and it will never destroy your data. So if you want to lock MS word, MS Excel, Window Media Player or Browser or any other software then just use Password Door and nobody can use your softwares without providing password.";
fDesc[11] = "accomplished this helpful and important task. Select a folder to protect, set a password and enjoy your safety! No one will be able to have access to the hidden files, only you, since everytime you want to open the folder, you will be asked to write a password.";
fDesc[12] = "passwords. This incredible application creates highly secure passwords that no identity theft can crack with a password generator and according to your requirements, and keeps all your passwords in a securely encrypted list.";
fDesc[13] = "recover a lost or forgotten pasword from an encrypted zip archive. It doesn't matter whether if it was created using WinZip, PKZip or any other ZIP software or if it's a self-extracting Zip-archives (SFX); all are accepted.";
fDesc[15] = "extract them. With this tool you can decrypt and decode the passwords and later you will have the opportunity to view them in a readable format. This is a tool that will instantly find all GTalk, Gmail, GDesktop, Picasa and GScreensaver accounts.";
fDesc[16] = "way (it depends how long passwords are). It has also Key search attack, which guarantees the decryption (the password length and complexity doesnt matter at all ) of PDF files that use 40-bit encryption";
fDesc[17] = "and forgot to say the basics. Like the password for example, well the Rixler Software is considered the Elite Password Recovery Tool. With this application you will be able to recover and display logins and passwords for email accounts stored by popular email clients.";
fDesc[18] = "lost or forgotten any of your e-mail passwords, you could use this program to solve the problem and find out what the password was. Of course, this application will only work for e-mails that have been accessed from the computer the program is installed on.";
fDesc[19] = "data using strong encryption to keep them safe from possible threats. The program will enable you to store passwords for e-mail and online banking, credit card numbers and other sensitive codes";
fDesc[20] = "forgotten the file's password, this program will be very useful for you. It doesn't matter if the password was entered by you or by any other user, you will still be able to find out the password and get the file opened thanks to this application.";
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 = '...';
}
}