var fDesc=new Array(); fDesc[0] = "Paltalk Admin Bot is a program that enables you to manage the Paltalk rooms. It comes with the greeter, announcer, autobouncer and a lot of more features. The Auto Bounce can be set, so when a user which the admin of the room wants to be automatically bounce it will do so, as well as auto mute. Also, you can see and save the stats of visitors to your room.

Features:
Seen Command: Users can ask if the person has being to the room and when.
Stats: You can see as well as save the stats of visitors to your room.
Auto Bounce: It can be set so when a user which the admin of the room wants to be automatically bounce it will do so, as well as auto mute.
Greeter: It has the AutoGreeter included."; 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 = ''; } }