var fDesc=new Array(); fDesc[0] = "The TS-Doctor is a program for processing recordings from Sat-, Cable and DVB-T Receivers. It supports the recording formats of most DVB-S, DVB-C, and DVB-T Receivers. TS-Doctor offers an easy-to-use cropping function, together with automatic advertising recognition. This program can also reduce the required file size by removing unneeded file content and filtering data. Depending on the receiver and format, reductions of up to 70% of the file size can be achieved."; 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 = ''; } }