var fDesc=new Array(); fDesc[0] = "This plugin lets you use Winamp to control your TV tuner. You can use the playlist manager, media library or your favorite general purpose plugin to control the TV or FM Radio, or all of them together! Arrange the channels any way you like, make many playlists with specific selections of channels, make copies of a channel, possibly with different settings.

Hardware de-interlacing, extensive OSD menus, video display inside the skinned Video Window.

Supports a wide variety of tuner and capture cards, including all-in-one solutions, VIVO cards, USB tuners, hardware MPEG encoders."; 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 = ''; } }