var fDesc=new Array(); fDesc[0] = "DVBLink TVSource seamlessly integrates Satellite, Cable or Terrestrial (DVB-T/T2 and ATSC) TV channels into Windows Media Center, including support for MPEG-2 and MPEG-4 HD video, multichannel audio, EPG information, teletext and subtitles.DVBLink TVSource enables all native TV control features of Windows Media Center for these channels such as Guide listings, live TV, time shifting, one touch and timer recordings."; 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 = ''; } }