var fDesc=new Array();
fDesc[1] = "sytem that is available whether it be Windows, Free BSD, Mac or Linux. As the name suggest it natively creates compressed RAR files which is a much better compression format as compared to the popular ZIP format.";
fDesc[2] = "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[3] = "support to a new protocol being supported to being able to control your downloads remotely, µTorrent 1.8 is making a statement.";
fDesc[4] = "Component of Acer Empowering Technology • eData Security Management • eLock Management • eNet Management • ePower Management • ePresentation Management • eRecovery Management • eSetting Management";
fDesc[5] = "password to prevent unauthorized access. The user interface is as easy as 123. Just create a new locker, set your password and drag any file or folder to encrypt. Multiple users can use the program by creating multiple lockers on the same computer.";
fDesc[6] = "Truecrypt is not a yet-another-privacy-to ol, but it stands out from the rest by being open source and still providing one of the best encryption algorithms to secure the sensitive data. It is capable of creating encrypted volumes which can be mounted on the fly. It also has the ability to encrypt the system partition or any other partition, including portable drives.";
fDesc[7] = "other unzip tool or knowledge of using unzip tool. With AES encryption support you can create self extracting files in two different strengths 128-bit AES and 256-bit AES.";
fDesc[8] = ", PAQ/LPAQ, PEA, QUAD/BALZ, TAR, UPX, ZIP file formats and also can open ACE, ARJ, CAB, DMG, ISO, LHA, RAR, UDF, etc; It supports to open 79 file extensions. PeaZip works in 32 and 64 bit Windows (9X/2000/XP/Vista) and Linux platforms.";
fDesc[9] = "general-purpose cryptography library, for data integrity, authenticity, and privacy security features. Perl or Cygwin needed for Win32 compile.";
fDesc[10] = "protection. This incredible program combines nine powerful tools to protect your privacy. With Steganos Safe you can protect your sensitive Data by creating as many encrypted hard drives as you like.";
fDesc[11] = "Data Safes on your PC, Laptop, USB-Sticks, CDs, DVDs, etc. This incredible program helps you to create highly secure passwords and you even don't need to remember them since you can use a USB-Stick for a key or by using a sequence of pictures.";
fDesc[12] = "releases and the Gpg4win project makes it possible to use this tool to encrypt e-mails and plain text. There are many ways in which you can use this application to encrypt messages.";
fDesc[13] = "Androsa FileProtector uses very strong encryption algorithms including AES - 256 bit / 192 bit / 128 bit, TripleDES 192 bit and DES 64 bits.";
fDesc[14] = "to be infallible. This program enables to transfer data between colleagues, partners, customers or friends and relatives in a secure manner. It offers one password for the file, which is to be shared by the two parties.";
fDesc[15] = "algorithm for encryption and a personal password. The encrypted files are hidden so nobody can see them, unless by using the password that was originally used for the previous encryption process.";
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 = '...';
}
}