var fDesc=new Array(); fDesc[0] = "Radio Station Plus is the future of radio brought to you today.

Listen to hundreds of radio stations from around the world. All you need is your PC and no extra hardware. You can listen while you work as the application runs from a taskbar icon. There are hundreds of channels to choose from and more are being added every day."; 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 = ''; } }