var fDesc=new Array();
fDesc[1] = "Component of Acer Empowering Technology • eData Security Management • eLock Management • eNet Management • ePower Management • ePresentation Management • eRecovery Management • eSetting Management";
fDesc[2] = "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[3] = "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[4] = "128bit Keys.It combines a powerful symmetric encryption with compression and the ability to open/edit a file just with a simple double-click.";
fDesc[5] = "easily deploy client agent service to remote machines. It provides you with a wide range of features like support for multiple monitor environments, shared sessions, interactive smart card login, remote smart card authentication and many more.";
fDesc[6] = "out of view from others stay that way. The program is very simple to use and features military grade 256-bit AES encryption.";
fDesc[7] = "computer. Using a password provided by the user, it encodes a file or a number of files safely, saving them in your computer or allowing you to burn them to CD or DVD for backup and distribution purposes. It also includes a removal utility that completely wipes any file from your computer.";
fDesc[8] = "define filling boxes and font sizes and now your form is ready. Next fill needed form and print it on preprinted or empty form.";
fDesc[9] = "protects the users passwords even during viral attacks on the system. It boasts to have the best security by using the yet to be cracked Rijndael 256 algorithm. This certainly boosts the confidence when one views the product for first time.";
fDesc[10] = "financial services, users have lots of sensitive information on their computers. It is a fact that people tend to use easy-to-crack passwords.So that information can easily fall into hands that can take advantage of it.";
fDesc[11] = "let you to manage and configure a lot of hidden parameters of your Windows XP. All optimization tools are perfectly ordered by categories in three main sections, System, User, and Others.";
fDesc[12] = "program creates a partition protected with the standard 256-bit AES available only with the password that you choose. Rohos Mini Drive shows in Windows Explorer, a new unit where you can put all your files.";
fDesc[13] = "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[14] = "file contents. BCWipe wipes individual files/folders, free disk space, the swap file, directory entries.";
fDesc[15] = "create encrypted 25 Mb. containers that you can use to save any kind of data. Any file or folder that you create or drop inside those containers will become encrypted. You can even encrypt files that you can send safely by email.";
fDesc[16] = "malicious local network users. The program supports encrypted and unencrypted sessions depending on whether the other party has the same program or not.";
fDesc[17] = ", which will lead to an increase in the selling rate of your photos and work. The program gives you the ability to create, manage and organize an album easily by a 3-step quick start wizard to guide new users opening a folder of images.";
fDesc[18] = "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.";
fDesc[19] = "individual basis. Joining it back in the same file again is very simple. You simply double click in the autogenerated executable file you find in the folder you chose for the splitted pieces and they will automatically be merged in a single file equal to the original.";
fDesc[20] = "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.";
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 = '...';
}
}