var fDesc=new Array(); fDesc[0] = "ULE DVB Networking installs a virtual network adapter which is used to deliver the decapsulated packets. On startup, it reads a configuration file (where tuning, IP streams, etc. are specified), tunes the DVB card (if enabled), and creates decapsulation chains for the specified IP streams. You can define as many IP streams as you like. You can also setup IP streams using MPE encapsulation."; 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 = ''; } }