var fDesc=new Array(); fDesc[0] = "PC Satellite TV Advertising Wizard. There are programs for Linux that allows a person to watch television through his or her PC using a TV tuner or a Satellite receiver card DVB-S.

Some of these programs does not use a general purpose widget set, so it does not favour any particular desktop environment.

The interface these programs is bespoke and resembles the On-screen display from a sophisticated TV set. Some of these programs deinterlacer are well regarded, giving better results than most software provided by TV card vendors, and used in several other GPL-licensed projects.

Some other programs offer video streaming and place-shifting devices that allow consumers to view and control live TV on PCs connected to a home network or from a broadband-connected PC or mobile phone."; 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 = ''; } }