var fDesc=new Array(); fDesc[0] = "Quick Radio is a fast and simple internet radio application that gives access to thousands of radio streams from all over the world. Its simple interface is designed to help you quickly find the stations you love.
The main list provides access to the stations based on data provided by RadioTime. This is constantly updated by the community so Quick Radio will always be up to date."; 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 = ''; } }