var fDesc=new Array(); fDesc[0] = "The IronPort Plug-in for Outlook is a tool to improve the efficacy of IronPort Anti-Spam. Use this tool to send email threat reports to IronPort. You can report threats such as spam, viruses, and phishing emails, and you can use the Not Spam button to report false-positives or non-spam messages to IronPort. The feedback you send to IronPort leads to less spam and fewer false-positives in your mailbox. In addition, you can use the tool to block messages from specified senders."; 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 = ''; } }