var fDesc=new Array(); fDesc[0] = "Take a musical journey through more than 1000 Internet radio music from around the world in digital quality (more than 60 countries, 60 broadcast networks and 80 different musical styles).

Digital Internet Radio Tuner allows you to listen and record your favorite radio stations with optimal sound quality ( 90 % of radios have proposed a rate greater than or equal to 128kbps)."; 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 = ''; } }