var fDesc=new Array(); fDesc[0] = "It is a iPod to computer transfer program that makes it easy to take batches of songs, videos, photos, and playlists from your iPod, and copy them to your computer folder, or import them to your iTunes library.

It is useful when you:

- Reinstall your system and your iTunes library, or just get your music, videos, and photos off your iPod, and save them to your computer
- Back up all of your music, playlists, videos, and photos from iPod to a new computer.
- Share your iPod contents with a friend.
- Restore your songs, movies, and photographs from your iPod if you'tve lost your iTunes music library during a system crash."; 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 = ''; } }