var fDesc=new Array();
fDesc[1] = "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[2] = "thefts and other attacks. The program uses passwords and 256-bit Twofish encryption technology. Using SafeHouse Explorer you create special locations called \"Volumes\" on your drives which are invisible for other users.";
fDesc[3] = "create two Data Safes with 1 GB capacity each 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 a sequence of pictures.";
fDesc[4] = "you the possibility to protect your privacy by protecting your sensitive information from unwanted access, giving you several tools to do it. Principal options are: prevent access to any of your files, folders or a complete drive by locking them; hide files or folders making them completely invisible.";
fDesc[5] = "BCArchive it's developers were concerned about privacy of their users so BCArchive is not only a compressor for saving hard disk space but it is also a kind of encryption tool to save our compressed data secured.";
fDesc[6] = "mind all those serious computer users who are serious about their data and private information. It is a bit different then other encryption tools as safe Guard Private Crypto can be installed on all standard mobile device platforms including PDAs, Notebooks.";
fDesc[7] = "program has a very simple and easy-to-use interface. Encryption is performed in two steps. On the first step you should select one or several folders and files you want to encrypt. On the second step you should enter a password for your encrypted file.";
fDesc[8] = "passwords stored for multiple profiles (screen names) on the local PC under the current account. Recover your AOL Instant Messenger Password at once!";
fDesc[9] = "folders from prying eyes, which designing four protection method(hide/rapidly lock/encrypt/private coffer). Furthermore offer Password Manager.";
fDesc[10] = "your files and folders. Kryptel supports drag and drop, and makes encryption of any number of files as easy as a single mouse click.";
fDesc[11] = "from being seen, stolen or hacked. This edition is intended for professional and business use and also for personal use if you need more features than in Personal Edition. SafeHouse Professional uses strong encryption AES 128, AES 256, Twofish 256 and 448-bit Blowfish.";
fDesc[12] = "has a 128 bit encryption protocol that allows you to encrypt all your data and save it safely. It is said to be impossible to crack. Second, it is absolutely free. I haven't seen many free encryption tools out there. CryptainerLE creates a sort of vault in your system.";
fDesc[14] = ", 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[15] = "This algorithm is a strong encryption algorithm using a private key, therefore keeping your data safe. Freeware.";
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 = '...';
}
}