var fDesc=new Array(); fDesc[0] = "eMusic is the world’s leading digital retailer of independent music, second only to iTunes in number of downloads sold. Delivering more than 4.5 million downloads per month; eMusic features over 1.2 million tracks from established and emerging artists in every genre from the world’s leading independent labels. A subscription-based service that offers 50 free downloads at sign-up, acclaimed editorial content, a vibrant online community and music discovery tools; eMusic gives consumers an inexpensive, low-risk way to explore great new music they wouldn’t find otherwise.
Various pricing plans allow customers to pay as little as 33¢ per track or $9.99 per book, encouraging them to sample new artists and authors and as a result, purchase more entertainment — eMusic customers typically buy more than 20 music tracks per month, so start downloading your FREE MP3s today and take two weeks to decide if you like eMusic. If you're not 100% satisfied simply cancel before your trial period ends and you'll never pay a dime. Keep the 25 FREE MP3s as a gift just for checking out eMusic."; 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 = ''; } }