var fDesc=new Array(); fDesc[0] = "ChatStat's live chat software gives you the ability to reach out to your customers and website visitors in real time. The value of being able to communicate with visitors is monumental. You will increase your conversion rates, customer satisfaction, and customer loyalty simply by giving your customers an easy way to talk.
Live Chat Software will allow you to contact your customers, and for them to contact you. ChatStat allows you to be there for your customer, answer their questions, or direct them to the product they are searching for."; 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 = ''; } }