var fDesc=new Array(); fDesc[0] = "You already have a backup copy of your music - on your iPod. But iTunes® only allows you to copy your music in one direction - from your computer onto your iPod. It won't let you make a backup copy of your music from your iPod onto another computer. That is exactly why you need Backstage. Backstage lets you quickly and easily copy your music from your iPod onto any Mac or Windows PC.* In addition to being the perfect insurance policy for your digital music collection, Backstage also lets you manage your music library easily and conveniently.

Your Music, Your Way Backstage gives you the freedom to listen to your music without limitation. Want to burn a CD from that new album you bought online, but you don't happen to be at home? No problem. With Backstage, your iPod, and any compatible computer, you can quickly burn that CD and get on with your life. With Backstage it is easy- the music on your iPod is "unlocked" and can be freely copied to the various computers you use now or might wish to use in the future.**"; 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 = ''; } }