var fDesc=new Array(); fDesc[0] = "ChatBack Tool is a useful tool provided by google, to be used to chat live with the visitors of your website.
You must start by making an google account and after that you have to create a badge.

It is a small application, fun and easy to use, that will transform your website in a more interactive one. With its help, the feedback will be more efficient and you can even start a small community on your platform."; 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 = ''; } }