var fDesc=new Array(); fDesc[0] = "Microsoft Office 365 Client Performance Analyzer (OCPA) is a tool that allows you to identify issues that affect network performance between your company’s client PCs and Office 365. For example, if you're having issues connecting to Office 365 or you’re connecting, but it's very slow, you can use the tool to help troubleshoot the issue."; 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 = ''; } }