var fDesc=new Array(); fDesc[0] = "Stream Warrior is a program to display customizable subscriber alerts for your YouTube live stream. This application is quite easy to use; simply use it with a YouTube and Gmail enabled Google account, edit your scene with the easy-to-use interface, and go live.

You can change the layout, colors, image, and sound of your alerts, and use OBS or Xsplit's chroma key features to overlay subscriber alerts onto 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 = ''; } }