var fDesc=new Array(); fDesc[0] = "Dialpad is a category of business communications that enables you to connect everyone and work anywhere. UberConference by Dialpad changed online meetings by eliminating the need for PINs and making it easier for people to join. It offers good call controls, nice screen sharing, and HD audio."; 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 = ''; } }