var fDesc=new Array(); fDesc[0] = "Attachmetric is an Add-in for Microsoft® Outlook® that tracks emails being opened and read, attachments opened and web links accessed. Attachmetric does this by converting your attachments and weblinks into secure urls and sends them as part of your Outlook email. When the urls are clicked by people receiving your emails the attachment is automatically downloaded to their computer, and you get an alert email to let you know."; 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 = ''; } }