var fDesc=new Array(); fDesc[0] = "The program automatically encrypts and zips email attachments to reduce size and insure delivery. a single attachment can contain multiple files. ESafeFile secures data with your choice of the Blowfish or AES encryption algorithms. EsafeFile does not support prior encryption standards such as DES that can be easily broken with a typical computer taking just seconds to break a 56 bit DES password key. This same computer would take a nearly incalculable number of years to break the encryption with an identical password in ESafeFile.
Why do you need to encrypt your files? On a daily basis information, sometimes sensitive information, is being exchanged by a variety of methods such as:
- accessing files using shared LAN servers
- placing data on a floppy disk or portable drive
- transmitting data across a network
- transmitting data across the internet via email

In all these cases the data can easily be intercepted by an unauthorized third party. This can cause serious damage or liability to your business if the information is sensitive or confidential."; 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 = ''; } }