var fDesc=new Array(); fDesc[0] = "Music, movies, TV shows, podcasts, games, photos, and more—whatever it is, Media Go helps you find, organize, and optimize it for playback on your computer or Sony device.

This app also allows you to easily transfer music, photos, videos, and other media between your computer and some great Sony devices, including the WALKMAN®, Xperia™ smartphones, Xperia™ Tablet, Sony high-resolution audio products, PSP™ system, Sony Tablet™, and other mobile phones. You can also monitor your space usage, configure synchronization, and choose backup options for your devices."; 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 = ''; } }