var fDesc=new Array(); fDesc[0] = "Music Unlimited is a subscription music service from Sony Entertainment Network , offering instant access to millions of your favourite songs on a variety of Sony home and mobile devices , Android™ mobile devices, and any computer. With no adverts, unlimited skips, dozens of pre-set Channels and the ability to sync your existing music collection to your Music Unlimited library, you can discover and enjoy your music anytime, anywhere.

Music Unlimited Transfer allows you to transfer songs to your device."; 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 = ''; } }