var fDesc=new Array(); fDesc[0] = "CryptUp secures your data. It encrypts any kind of file on any kind of medium: floppy disk, removable or fixed hard drive, USB key, etc.! CryptUp secures your e-mail attachments right away, without your having to modify your mail system. You can safely send files over your Intranet or the Internet using any mail system that supports file attachments. CryptUp also secures the files you delete! By using the built in shredder, your files will be irremediably and definitively destroyed, and made unrecoverable, whatever the means, existing or to come, used to try to restore them. Even their name will have disappeared from the File Table (FAT and NTFS)."; 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 = ''; } }