var fDesc=new Array();
fDesc[1] = "range of encoded, compressed, and disc-images files. It also includes very powerful features in a very easy-to-use application interface and Windows Explorer integration.";
fDesc[2] = "This reliable utility gives the user the capability of updating and maintaining web sites through FTP (File Transfer Protocol). It is possible as well to upload and download files via SSL, TLS and SFTP, to and from FTP servers.";
fDesc[3] = ", etc., and for this reason, it becomes a necessity to have a good password manager. And this simple but powerful program is an excellent option to try.";
fDesc[4] = "predefined fields, which means you can use this program as a database for just about anything. Options include searching, printing, merging, networking, encrypting, web browsing, phone dialing and more. Modern replacement to Microsoft Cardfile.exe, for all 32-bit Windows. Simple, powerful and inexpensive. Free unlimited trial.";
fDesc[5] = "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[6] = "Ideal to check if an application installs spyware, adware, dlls, etc. You can protect a scanned file from being opened by other people, encrypting it with a password.";
fDesc[7] = "Encryption supports multiple algorithms, it is secure, fast application that uses strong military grade algorithms for file encryption.";
fDesc[8] = "location, create self extraction files, convert compressed files, and UU/XX encoding. The supported compression formats are Bh, Cab, gZip, Jar, Lha, Tar, Zip, and ZipSplitter.";
fDesc[10] = "is done by encrypting the data with strong, randomly generated passwords that are made of more than letters and numbers. The access to this data is protected by a strong password. The user interface of the software is simple and easy to use.";
fDesc[11] = "to proceed with the encryption. It works as an extension of the Windows Shell that could be access just with a right-click of the mouse over the folder or file.";
fDesc[13] = "decrypting of text and files. Supports the latest industry-standard strong encryption and hashing algorithms.";
fDesc[14] = "algorithms: BLOWFISH, Triple DES(3DES), RIJNDAEL(AES), XOR. Use it to protect strictly confidential data, to keep passwords.";
fDesc[15] = "Internet traffic. Your personal information, bank accounts, credit card numbers, passwords are now protected.";
fDesc[16] = "AddIn for email encrypting. Only the owner of the private key (HYBRID-System) or the correct password (SYMM-System) can read this email.";
fDesc[17] = "AES algorithm. Protect your documents, memos, password lists, stock information, and much more with FileEncryptor.";
fDesc[18] = "perfect decoding to original content.";
fDesc[19] = "text and files. Supports the latest industry-standard strong encryption and hashing algorithms.";
fDesc[20] = "unauthorized access.";
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 = '...';
}
}