var fDesc=new Array(); fDesc[0] = "ProgDVB lets you watch TV and radio channels through the Internet. It features a list of 8000 channels from all over the world. Professional version has features such as PIP (Picture-In-Picture) and Mosaic modes, program recording and scheduling, dual tuner, and support for DVB / ISDB-T / ATSC devices including DiSEqC."; 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 = ''; } }