var fDesc=new Array(); fDesc[0] = "Office@Hand from AT&T is a cloud-based business phone system. You can easily manage calls and phone systems using this program, including smartphones and tablets. This application can be integrated with MS Office and Outlook, Google Drive, Box, Box from AT&T, and Dropbox."; 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 = ''; } }