var fDesc=new Array(); fDesc[0] = "TV Player Universal is a program created to view and to record the videostream from the online Internet TV and also from the television channels which can be received through the TV tuner or from the videocamera (if these are present in the computer). It also allows compressing of the videostream into the AVI (Xvid, DivX etc.) format at the realtime.
This program also allows broadcasting of your own channel from the TV tuner, from the videocamera or from some other Internet channel to the Internet."; 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 = ''; } }