var fDesc=new Array(); fDesc[0] = "Music Hub is all the music you want in one integrated mobile and web service.

Enjoy personal and genre radio and discover new music everyday with customized recommendations.

Play your entire music collection, wherever you are -- automatically updated and seamlessly integrated with the music you don't own.

Enjoy unlimited plays and high-quality audio, with advanced streaming and downloading options for your mobile device. You can also purchase songs* and share favorites with friends.

Get customized recommendations based on your listening history, or find new songs you'll love by creating personal radio stations based on favorite songs or artists. When you hear a song you like, tag it to remember it and play it again later.

Note: *Purchase not available on all versions."; 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 = ''; } }