var fDesc=new Array(); fDesc[0] = "Drag and Drop - grab any playable content and drop it directly in library, portable device, playlists, etc.
Rhapsody Channels To Go - One of Rhapsody’s best features made better – make any Rhapsody Channel portable. Available only with RhapsodyDNA devices like the Sansa™ Rhapsody.
Improved "My Rhapsody" personalized recommendations area
Support for RhapsodyDNA devices like Sansa™ Rhapsody
Dynamic Playlists - These special playlists automatically update in user libraries and on portable devices. Makes it easy to get new music.
Auto Playlists - make playlists based on rules/filters applied to your library (iTunes calls them “Smart Playlists”)
Ratings - Rate any artist, album, or track. Ratings are stored as part of the user account and “follow” users everywhere
Live Radio - Rhapsody includes nearly 100 of the Internet’s best streaming stations, including sports, talk, weather, and more"; 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 = ''; } }