var fDesc=new Array(); fDesc[0] = "Play Online Radio and Television Channels from around the World. Listen to LIVE Streaming and watch Online TV Channels in your own Language.
The Online Radio Software sits with an icon in System Tray allowing you to listen to your selected Radio or TV Channel without worrying about Radio Window in AlT + Tab. The Radio Software can be started Automatically whenever Windows Starts and you can even select to play the Last Radio or TV Channel automatically upon Radio Startup. Changing Radio Channel from the List of available World Online Radio Channels is easy to use as well."; 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 = ''; } }