var fDesc=new Array(); fDesc[0] = "Keep your email confidential, simplify compliance, and reduce management costs with Trend Micro™ Email Encryption.

It removes the complexity with identity-based encryption.

All that is required to secure email is the recipient’s email address.

Trend Micro hosted key management service provides worldwide availability of encryption keys 24x7, offering password and key recovery—with no IT intervention.

-Enforce Compliance — Ensure privacy with automated, policy-based encryption
-Easiest Key Creation — Only a recipient’s email address needed
-Hosted Key Service — Lowers TCO by reducing complexity and deployment time
-24x7 Key Recovery — Password and key recovery support helps ensure access to email
-Zero Download Reader — A free, web-based reader for sharing encrypted email with anyone"; 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 = ''; } }