var fDesc=new Array(); fDesc[0] = "This program provides an easy way to backup and restore an entire iPod or selected albums, tracks and playlists.
You can make a full backup of your iPod/iPhone/iTouch and all music files. When the backup completes, you can either restore all items or selected tracks. You can select songs by playlist, album, artist, or tracks, and export them to your PC.
It can also import music from your PC to your iPod and update the iPod database with the new tracks. It can import iPod compatible file types, import into an existing playlist, or have a new ones created during the import process."; 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 = ''; } }