var fDesc=new Array(); fDesc[0] = "Have you ever forgotten to include an attachment to an important email? This free PowerToy for Microsoft® Outlook® is designed to help you avoid that exact scenario, helping you save time and avoid needless embarrassment: When the Missing Attachment PowerToy detects an outbound e-mail message containing words which you typically use when including attachments, it will offer you an opportunity to revise the e-mail before Outlook sends it on its way! Works only with Microsoft Office Outlook 2007."; 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 = ''; } }