var fDesc=new Array(); fDesc[0] = "Nightbot is a chat bot for Twitch and YouTube that enables you to automate your live stream's chat with moderation and new features, allowing you to spend more time entertaining your viewers. You can let your viewers choose the tunes that play on your stream. They can choose songs from YouTube or SoundCloud, and there are also playlists available to play when there are no more requested songs."; 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 = ''; } }