var fDesc=new Array(); fDesc[0] = "Accellion Microsoft Productivity Suite Plug-ins put secure file transfer at the fingertips of business users. It enables SharePoint users to securely send any size file from within the SharePoint Document Library to both internal and external recipients across the DMZ. Using the Accellion Microsoft SharePoint Plug-in, users can securely share data with partners, vendors and other outside parties without having to build an expensive external facing SharePoint server farm."; 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 = ''; } }