var fDesc=new Array(); fDesc[0] = "Rdio has millions of songs, from massive hits to rare gems to cult classics, with more added every week. It’s more music than you could listen to in a lifetime. Choose what to listen to and play whenever, wherever you want. No advertisements. Listen to music without interruptions.

Discover music in familiar ways — from friends and influencers. You'll get a generous number of monthly streams for a limited time. Find what to listen to next by following friends, tastemakers, influential critics and artists themselves. Check out the most popular albums in your network or explore curated playlists.

Build a collection of your favorites, so they’re always close at hand, and share the music you love with the people who might love it next."; 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 = ''; } }