var fDesc=new Array(); fDesc[0] = "Virtru is an Outlook add-in that provides secure email and file protection. With this tool, you can encrypt any email or file before sending, see and control forwarding, manage who sees your information, and for how long, revoke emails even after they've been read, and more. Files and email encrypted with Virtru can be revoked at any time, right from within your existing Gmail and Outlook accounts."; 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 = ''; } }