var fDesc=new Array(); fDesc[0] = "TS Capture is a Windows utility for capturing digital television broadcasts. It enables you to capture a full broadcast transport stream containing multiple channels, or capture a single channel from within that broadcast. TS Capture is compatible with all major digital television standards in use world-wide, including ATSC, QAM, DVB-T/T2, DVB-S/S2, DVB-C and DMB-T."; 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 = ''; } }