var fDesc=new Array(); fDesc[0] = "Lucatec® Mask Add-in for Microsoft Office Outlook is a utility which automates routine tasks for public email accounts, if they have been set up, in your organization. This is useful if you are using your personal ID and public email ID from the same organization. The application automatically determines the correct sender address, save target and signature to use based on the current folder context (e.g. whether the user is currently inside a shared mailbox or mail-enabled Public Folder)."; 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 = ''; } }