var fDesc=new Array(); fDesc[0] = "LiveChat application lets you chat with customers who visit your website. This application is quite easy to use. Simple register and install the PC application and add the HTML code to your website; you can start chatting on your PC. After the chat, you can get a rating from the customer so that you can constantly improve the quality of your support."; 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 = ''; } }