var fDesc=new Array(); fDesc[0] = "With Chatango Message Catcher you can add free live chat to any web page.
Chatango lets you do two main things:
- You can create your own chat room, a Chatango group for your web page or blog. This is a public chat, and recent messages stay in the group history. As a group owner, you can block people from your group, delete messages from it, ban words, and make group moderators.
- You can search Chatango for users near you, who are online and who have similar interests. When you log in, you can scroll the list of people's profiles, or you can use search to make new friends and chat with them in real time."; 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 = ''; } }