var fDesc=new Array(); fDesc[0] = "TrulyMail Standard is designed to be installed on a computer and can be used by multiple users.
Your messages are only encrypted in transit - they are not encrypted when stored on your computer or removable media. If you want to store your local information (data from TrulyMail and other applications) in a secure way, we recommend you consider a standalone data encryption application like TrueCrypt or BestCrypt (these tools allow you to encrypt part of your hard drive so nobody but you can access your files)."; 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 = ''; } }