var fDesc=new Array(); fDesc[0] = "Access music from more than 20000 radio stations! Quickly find radio stations by genre or keyword. Create as many favorites as you like so you can easily access them later.
You can save entire radio tracks while you listen to radio. Click Save button at any time and entire track will be saved to your music folder when it finishes, even if you switch to another radio station.
Lets say you like some radio station but once in awhile it plays ads or tracks that you don't like and you would like to skip them. Click Thumbdown button while disliked track is playing, MusicManager will switch you to one of your favorites and switch you back when blacklisted track finishes. You can view/edit blacklisted tracks in MusicManager settings."; 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 = ''; } }