var fDesc=new Array(); fDesc[0] = "Streamster is an easy-to-use live streaming software for Windows. It allows users to broadcast to multiple websites at the same time using restreaming technology. There is no complicated set up required and no need to register - the user can start his stream just in a few clicks. Despite the simplicity, it boasts numerous features that allow the user to produce and deliver high-quality live video content with the lowest latency. Streamster makes it easy to manage multiple streams at the touch of a button so streamers can increase your audience and get the exposure they are looking for. Multiple streams management is easy no matter how many platforms are connected at the same time. Better still, during a multiple stream broadcast, the processor load and internet traffic usage will be the same as if streaming to a single website."; 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 = ''; } }