var fDesc=new Array(); fDesc[0] = "GlobalMeet for Lync is a free add-in that allows you to launch a GlobalMeet web conference with one click from the Lync menu with our Lync integration. GlobalMeet for Lync integrates with your GlobalMeet web meeting room and it has support for Microsoft Lync 2010 and 2013."; 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 = ''; } }