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] = "supports Drag&Drop, offer a key generator and encrypt with Blowfish- (448 bit) or AES-algorithm (256 bit).";
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] = "Explorer may not be up to speed for your everyday filing task requirements. Using DateiCommander 10.0 is just as easy as using Windows Explorer but this program will provide you with many additional tools and functions and it does the job of almost twenty programs.";
fDesc[9] = "erase and destroy sensitive data from your computer. This application deletes all evidence of your internet activity, removes useless files and encrypts sensitive information to prevent unauthorized access.";
fDesc[10] = "utility to restore your files again. Backup4all is an easy to use utility that will help you to make safe backups of your files and folders, and using the New Backup Wizard you will be able to create a new backup job, easy and quickly.";
fDesc[11] = "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[12] = "manage files in a more graphical and handy way than in Windows Explorer. WinNc uses the same keys as Norton Commander - so if you ever used the latter, you will get comfortable with WinNc very soon.";
fDesc[13] = ", among other things, to open you email compressed attachments and to compress your Word documents in order to save disk space. This program comes in two versions, Standard and Enterprise.";
fDesc[14] = "encrypts and hides data in places where not even your wife, boss, or a hacker would look for sensitive information.";
fDesc[15] = "filters, scheduler, writes to CD/DVD, FTP backup, file versioning, zip encryption, backup open files, email notification";
fDesc[16] = "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[17] = "to use and features intuitive wizards, automatic backups, data compression, strong military AES encryption and FTP support.";
fDesc[18] = "text-editing program: MS Word, MS Outlook or even a web-based email like GoogleMail or Yahoo.";
fDesc[19] = "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[20] = ", 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.";
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 = '...';
}
}