var fDesc=new Array(); fDesc[0] = "TriaxPort is a PC program that enables you to download the full channellist from your DVB 75 SI, edit, manipulate and save it on a PC, and upload it to the DVB 75 SI again.
This program version has a problem that prevents you from editing the FEC value. It is recommended that you use the DVB 75 SI to search and store the channels first, before you download and edit it in your PC."; 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 = ''; } }