var fDesc=new Array(); fDesc[0] = "Free live chat software for online sales and support teams. Increase sales, improve customer service, and reduce support costs. Simply install the client and add a chat button to your website to start chatting with your visitors. Upgrade to a paid edition to also manage sales leads, manage inbound emails, manage help desk tickets, and initiate pro-active chats with visitors. Used by over 11,000 active websites."; 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 = ''; } }