var fDesc=new Array();
fDesc[1] = "contains ... (1) Access 2007 - database management.. (2) Word 2007 - Word processing. (3) Excel 2007 - spreadsheet. (4) PowerPoint 2007 - presentation software. (5) Outlook 2007 - Email and Personal Manager. (5) Publisher 2007";
fDesc[2] = "devices. In order to do that we need to have a computer either with a USB plugin Bluetooth wireless adapter or a Broadcom enabled embedded.";
fDesc[3] = "format. Its easy-to-use interface allows you to create PDF files by simply selecting the \"print\" command from any application, creating documents which can be viewed on any computer with a PDF viewer.";
fDesc[4] = "format, KGB. It has an interface that works as a wizard, adds its options to the Windows Explorer, and shows the statistics after compressing / decompressing.";
fDesc[6] = "under a master key (or a key disk) in one database.Therefore, you only have to remember one single master password or insert the key-disk to unlock the whole database, that´s encrypted using the AES and Twofish encryption algorithms.";
fDesc[7] = "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[8] = "management of simple activities of the office. It is ideal to management the activities of the home. Its execution is very rapid. It has portable version to take the information in a USB memory.";
fDesc[9] = "satisfy both novice and advance users. It supports almost all compression and encoding formats, so users will not find any difficulty handling files compressed with other compression utilities.";
fDesc[10] = "will be provided of multiple interesting and usefull functions to secure your PDF files: Encryption, Decryption, Sign, Co-Sign and Verify.";
fDesc[11] = "converted into an electronic file). eBooks are a safe way to share, transport or even sell data that is copyrighted or is in need of a DRM (Digital Rights Management) encryption code. Mobipocket is a good program for anyone wishing to save personal writings in a safe environment.";
fDesc[12] = "out of view from others stay that way. The program is very simple to use and features military grade 256-bit AES encryption.";
fDesc[13] = "thefts and other attacks. The program uses passwords and 256-bit Twofish encryption technology. Using SafeHouse Explorer you create special locations called \"Volumes\" on your drives which are invisible for other users.";
fDesc[14] = "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[15] = "create two Data Safes with 1 GB capacity each on your PC, Laptop, USB-Sticks, CDs, DVDs, etc.This incredible program helps you to create highly secure passwords and you even don't need to remember them since you can use a USB-Stick for a key or a sequence of pictures.";
fDesc[16] = "mind all those serious computer users who are serious about their data and private information. It is a bit different then other encryption tools as safe Guard Private Crypto can be installed on all standard mobile device platforms including PDAs, Notebooks.";
fDesc[17] = "under a given password. After you opened it, you can decrypt it whenever you want. Blowfish Advanced CS 2.57.122 uses secure encryption (Blowfish, Twofish, AES, RC4, TDES, Serpent or CAST algorithms). It compress data using LZSS, deflate and BZIP2.";
fDesc[18] = "Support for ZIP files and ability to secure delete sensitive files. Skinnable user friendly interface.";
fDesc[19] = ", 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[20] = "about your information, it will be highly secured because the encrypted data cannot be accessed without entering a password, even if stolen. This tool uses the AES 256-bit encryption algorithm also used by important organizations to protect information.";
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 = '...';
}
}