var fDesc=new Array(); fDesc[0] = "Flexcrypt is an encryption software that provides encrypted communication And encrypted storage. It is developed for small companies and individuals. Flexcrypt can encrypt your:

* Emails
* Hard drive
* Text
* Files & folders
* Instant messages (MSN/ICQ)
* .. and Shred (secure delete) any file

Description of functions:

EMAIL encryption. Enter the receivers address in Flexcrypt, and the emails will be encrypted. Send the emails in your regular email client. Choose between three types of encryption: Winzip PK (for new users) and Winzip AES or Open PGP. Receivers do not need extra software to decrypt, only the password.

HARD DRIVE encryption creates a virtual encrypted drive (looks like a new hard drive on your computer). The drive expands as more data is stored. Everything placed on the drive is encrypted. Access by password.

TEXT encryption is a copy/paste encryption of Any text in Any application. Perfect for webmail users! Also possible to encrypt/decrypt Online at www.flexcrypt.com

FILE encryption, simply right-click on any file or folder in order to encrypt it.

MSN and ICQ encryption. Sender and receiver must use Flexcrypt, after simple set-up, all messages are automatically encrypted/decrypted.

SHREDDING of any file/folder by simple right-click. Good feature for deletion of sensitive material"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }