var fDesc=new Array(); fDesc[0] = "NTV is a collection of Dutch TV stations for PlayOn!HD media player:
- Dumpert
- Film1
- Nederland 24
- Nickelodeon
- NOS
- NU24
- RTL
- Sport1
- UZG
- Ziggo
NTV is officially supported on PlayOn!X r4824.
Additionally selected stations can be managed with RC buttons as well:
- Film1: buttons 1-6 to switch between categories
- NOS: buttons 1-5 to switch between categories
- RTL: buttons 1-7 to switch between days
- Sport1: buttons 1-6 to switch between categories"; 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 = ''; } }