var fDesc=new Array(); fDesc[0] = "If you receive an email with an attachment with this at the end of it '.emc', it means that the attachment has been sent by Striata and that the attachment has been encrypted with an industrial strength cipher algorithm, called triple DES, which ensures the integrity and confidentiality of your information.

To open this attachment you need the Striata Reader. The Reader will decrypt the information, often with the help of a shared secret, making your information available to you."; 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 = ''; } }