var fDesc=new Array(); fDesc[0] = "The Outlook Add-in from FilesAnywhere streamlines uploading and file sharing, saves time, and provides additional features over standard email attachments. Once installed, the add-in allows you to grab local documents of almost any size, upload, create file share links, and distribute them to anyone with an email address. Best of all, it just takes a few clicks. The Outlook Add-in is one more way FilesAnywhere places robust content management and online storage features at your fingertips."; 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 = ''; } }