var fDesc=new Array(); fDesc[0] = "Live800 is an enterprise-class website live chat system. With only a piece of code embedded into your website or APP, visitors can launch instant live chat with you by simply clicking an icon without any download and installation. Furthermore, Live800 can also help you get customer information, dig out potential customers, cut down costs, increase working efficiency, and promote customers’ satisfaction."; 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 = ''; } }