var fDesc=new Array(); fDesc[0] = "Level up your stream with the reliable, easy-to-setup desktop streaming application built for professional streamers. Remember the horrors of your first stream setup? Well, horror no more! Your stream key, encoder, and bitrate etc will be ready with just 5 clicks. OBS user? No problem, import all your OBS scenes with 1 click.

Keep your thumbnail fresh and catchy with awesome overlays and themes. There are 3000+ designs by 250+ talented artists made for you to dazzle up your stream!"; 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 = ''; } }