var fDesc=new Array(); fDesc[0] = "Music Bot is designed for those users who use Paltalk and want to play music in the rooms.

With this tool you can add commands to the bot via Paltalk rooms. You can add admins, click on admins and add the people who can send command to the bot, and also you can save the list."; 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 = ''; } }