var fDesc=new Array(); fDesc[0] = "RadioTV Player is a program that will let you watch more than thousands online TV channels. Many channels broadcast over the Internet. If you know their URLs, you can watch their streams in your own browser, which will use plug-ins to play the TV on your computer. By using RadioTV Player, you will not need to use your web browser or remember the channel URLs, since the program will take care of everything for you. As it updates automatically, it will maintain a fresh list of channels, adding new ones or deleting those that do not stream anymore."; 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 = ''; } }