var fDesc=new Array(); fDesc[0] = "Security is at an all time high for everyone and your email is no exception. Stay secure by keeping the content of your email messages within the boundaries of your systems. With Secure Email Forward, only limited parts of an email get forwarded to an email address.

You simply designate the email to foward to, then which parts you want forwarded (choosing from subject, 'from' address, even the body of the email) and then set which folder the add-in should monitor (for example your Inbox). The next time an email comes in, it will be forwarded to the email address you designated."; 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 = ''; } }