var fDesc=new Array(); fDesc[0] = "With CyberTV v5.0.1 you have access to 882 online television channels from more than 100 countries and 3108 online radio stations from more than 140 countries. You do not need a TV Tuner card or additional equipment. All the channels are streamed through your Internet connection. For the Radio channels a modem speed of 56Kb/s is required, for the broadband TV stations you need 256 Kb/s. If you are interested in learning languages or alternative programming, this is a good choice for you!"; 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 = ''; } }