var fDesc=new Array(); fDesc[0] = "Add alerts and overlays, engage with your audience in chat, and add your favorite widgets - all without leaving OBS Studio. Stream to multiple platforms easily right in the Plugin if you have Streamlabs Ultra. Expand your reach beyond just one channel and get your content to your audience no matter where they watch. Upgrade your stream by browsing hundreds of free overlays and widget themes. With Ultra, you get access to thousands of animated overlays and widget themes made by professional designers."; 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 = ''; } }