var fDesc=new Array();
fDesc[1] = "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[2] = "copy DVD movies if they have not been decrypted. The compatible copier programs are: 1Click DVD Copy, Nero, Intervideo DVD Copy, Roxio, and Pinnacle DVD Copy. System requirements: Microsoft Windows 2000, XP, and Vista.";
fDesc[3] = "system and output folder. The small initial window shows the DVD drive selection (if there's only one available the program will detected right away and show it), and the input box where the user selects the folder for the output files to be saved.";
fDesc[4] = "purchase this software, you will have the opportunity to try it for 50 times. This trial version has some limitations such as: Popup a message box, Not complete process from the original PDF File, It will remove outlines, information and other for some special PDF documents.";
fDesc[5] = "AVI, DivX, Xvid, MPEG, WMV, ASF, ASX, Real Video, VCD, Quick Time, SWF, FLV, MP4, 3GP, Decrypted VOB), Nullsoft video formats as input.";
fDesc[6] = ", exchange encrypted data with others, and feel sure that your information is safe from external and internal manipulation.";
fDesc[7] = "ArchiCrypt Live lets you encrypt all file types on your PC, laptop or network. That way only you will be able to access your confidential information.";
fDesc[8] = "itself, for example, if the program is not installed on the computer on which you want to decrypt. FineCrypt also allows you to encrypt files, directories and whole directory trees by using a password or a key.";
fDesc[9] = "measures. This tool is so effective and safe because of its military-grade encryption, the permanent encryption of your data, use of several keywords and also the fact that each record is individually decrypted and encrypted.";
fDesc[10] = "site manager, (sites.dat) file. The program can show both the encrypted and decrypted passwords. The retrieved data can be saved to an external plain text file.";
fDesc[11] = "then the file is encrypted with the generated hash.";
fDesc[12] = "maximum security.";
fDesc[13] = "It uses a 500-bit key for security, and has features designed to minimize the chances of user error.";
fDesc[14] = "your sensitive files or data from unauthorized access with strong Encryptions.";
fDesc[15] = "file can be encrypted/decrypted, not only ZIP files.";
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 = '...';
}
}