var fDesc=new Array();
fDesc[1] = ", spreadsheets, presentations and more), and also create PDF files from a web page through an optional toolbar for the web browser. PDFCreator acts like a virtual printer who \"prints\" the selected document or web page into a PDF file, choosing from a complete set of options.";
fDesc[2] = "supports many compression formats (more than 20 compressed archive formats), and it shows all the compressed archive information. For compressed files, it offers the possibility of extracting one by one or all the files to a given folder, reload the list, etc.";
fDesc[3] = "wizard-like approach for executing backup tasks. Apart from just storing files to a desired location, the program also has capabilities to synchronize, mirror, and group files.";
fDesc[4] = "Wheter if it's a fill-in form or not, you will be able to entering data in the form in contrast with the Adobe Reader. To get this feature in Adobe Software you're gonna have to spend around 500 bucks! Here, less than 20.";
fDesc[5] = "these files to different recipients into an email service. WinZip E-Mail Companion 2.0 it’s a software that will help you to avoid the action of the e-mail returned, because the attachment exceeded the size limit. You will never get an e-mail returned anymore!";
fDesc[6] = "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[7] = "Most of the internet users are sending emails regularly but they send their emails in simple plain text which is totally porn to everyone and anybody can read or edit your email. This could be harmful for you in one or more cases.";
fDesc[8] = "Support for ZIP files and ability to secure delete sensitive files. Skinnable user friendly interface.";
fDesc[9] = "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[10] = ", change font size, color, style or add pictures to it. The user press \"Encrypt\", enters a passfrase, and Kremlin Text encrypts the document or message so it can be copied, pasted into another word processor. Also, the encrypted message/document could be sent as email.";
fDesc[11] = "transform any Html code into a script. The languages that this program supports are: JavaScript, PHP, Perl, ASP and JSP. We can change the program's options, where we can adjust the processing settings, clean the email addresses and select different languages.";
fDesc[12] = "know it's risky. You know anyone could intercept your mail on its way across the Internet. You know the files aren't safe on your computer. But data encryption is complicated so you try to forget about it.";
fDesc[13] = "application had developed solutions for the most popular e-mail clients. Now, they are all supported under a single application, which makes a lot of sense if you care more about making a good product than making a good buck.";
fDesc[14] = "messages. When creating a new message it is possible to attach files, check spelling, utilize a signature, and encrypt the information. It supports Unicode characters. Also you can manage your contacts and schedule events with the Calendar.";
fDesc[15] = "Encrypt/Decrypt the e-mail automatically.";
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 = '...';
}
}