var fDesc=new Array(); fDesc[0] = "SayaTV Broadcaster is a freeware utility for Windows. This software makes it possible for us to broadcast on your own SayaTV channel any content you wish to share with other people. First of all, we need to download the program, create a free user account online and confirm your e-mail address. Next you must create a channel and give it a name, description, countries, tags, and add an icon for your channel and for yourself (optional), comment about you (optional), etc. Once finished, we can go offline and proceed to create a project using the options available at the program user's interface. This software is very easy to use and anyone with some Windows skills can make his/her our project. It is possible to select the sources (local files, stream, capture device, and photo files). We are allowed to add media files to the playlist (wma, wmv, and asf), create a photo slideshow (bmp, jpg), enable transcoding (super, high, medium, low) and many more. After project completion, we can preview it and broadcast it. It is up to us to schedule the broadcast or not."; 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 = ''; } }