var fDesc=new Array(); fDesc[0] = "Adobe Connect Add-in for Microsoft Lync and Microsoft Office Communicator (MOC) provides Adobe Connect meeting hosts and attendees with a fast and easy way to initiate and join online meetings from within the Lync and MOC client. It enable users to invite contacts to a meeting with the click of a button, share documents and rich media, speak in real time and use extensive collaboration tools within the Adobe Connect meeting environment."; 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 = ''; } }