var fDesc=new Array(); fDesc[0] = "A plug-in for Proofpoint Encryption is available for Microsoft Outlook 2003 and 2007 on the Windows XP, Windows Vista, and Windows 7 operating systems. When installed, the plug-in displays a Send Securely button in the Outlook interface that users can click to send secure messages. The Send Securely button adds a header to the message that triggers a Proofpoint Protection Server rule to encrypt the message."; 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 = ''; } }