var fDesc=new Array(); fDesc[0] = "Streaming application, Bebo provides a high-quality donations system, alerts system, overlays and chat built-in.

Bebo does video composition on the cloud so you get better game performance. Another helpful feature is the 100% rule, meaning that you get 100% of every donation every time. Zero fees plus 100% chargeback protection for partners.

Animated overlays 1 click away, with Bebo you get free themes and animated overlays for all popular games. Live chat in the application plus Discord #help channel."; 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 = ''; } }