var fDesc=new Array(); fDesc[0] = "OnePlaceDocs enriches document management and team collaboration on SharePoint / Office 265. It connects SharePoint / Office 365 from the Desktop (task tray and file explorer) and inside Microsoft Word, Excel, PowerPoint and Adobe Acrobat. You can save documents from Microsoft Office, Adobe Acrobat, and Windows Explorer and conveniently access locations in SharePoint."; 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 = ''; } }