var fDesc=new Array();
fDesc[1] = "WinOptimizer can clean your internet and PC history and clean all the junk files. You can clean your windows registry to get rid of unused registry entries and save your system from registry corruption and errors or you may like to make your private data password protected.";
fDesc[2] = "out of view from others stay that way. The program is very simple to use and features military grade 256-bit AES encryption.";
fDesc[3] = "generate self decrypting files. Kruptos 2 integrates into Windows Explorer´s contextual menu. Once you have selected every component of your project, you can build a self-extracting .EXE file.";
fDesc[4] = "files. The software does some sort of encryption manipulations to make the files impossible to read without decrypting them. Thus the contents of your files are always protected even if the files can be accessed.";
fDesc[5] = "encryption algorithm using 256-bit AES, securing a high level of protection. It can also compress files before they are encrypted and added to the locked container, saving disk space.";
fDesc[6] = "can also search any content within the file of any format. Wow! It is an offline search engine, so there is no doubt that it will support wildcard search. If you have no idea of the name of the file you want to search then you can search the files by the file creation date.";
fDesc[7] = ", creator, and producer. Also you can allow or deny printing, changing the document, content copying and extraction, authoring comments and form fields, signing and filling in form fields, content accessibility, and document assembly.";
fDesc[8] = "JavaScript capable browser (most), and it doesn't require additional software or plugin. There's no limit in page size. The protected page will be (maximum) 10% bigger than original.";
fDesc[10] = "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[11] = "Max File Encryption is a powerful yet easy-to-use encryption/steganograp hy software. With Max File Encryption, you can encrypt files, hide files and create self-decrypting packages. The program uses the strong Blowfish algorithm, ensuring data safety";
fDesc[12] = "files, pictures, video and audio files.";
fDesc[13] = "shred folders and files for Windows 98/ME/NT/2000/XP/2003. You will not worry about your sensitive or private documents any more.";
fDesc[14] = "folders and contains a lot of additional tools. Presents a flexible user interface with detailed messages about all operations.";
fDesc[15] = "then the file is encrypted with the generated hash.";
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 = '...';
}
}