var fDesc=new Array(); fDesc[0] = "Send secure, encrypted files via e-mail to anyone, anywhere, and anytime. Encrypt by Firetrust is a powerful encryption software that allows consumers and businesses to protect sensitive information, such as financial, medical, or other personal information, when sending e-mail or sharing files. A key benefit of Encrypt is that the recipient does not need to install any software or change any configurations to their computer in order to open, decrypt and read the e-mail and/or document. As long as the recipient has a Web browser ? Internet Explorer or Netscape ? they are able to access the encrypted information regardless of their e-mail program, firewall, or operating system. Frees you from the worry of loss of confidential data through bulletproof encryption."; 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 = ''; } }