var fDesc=new Array(); fDesc[0] = "TuneAid is an iPod content recovery tool.
Features:
Supports all iPods – Shuffle, Nano, Classic, Touch
Supports all iPhones – V1, 3G, 3G S, 4
Supports all iPods Touch – V1 , V2, V3
Supports iPad
One click Import in iTunes
One click Copy to Folder
Switching from PC to Mac, Mac to PC ? Doesn’t matter ! TuneAid is natively Cross-Platform
Non-Geeky interface, TuneAid is dead simple to use without sacrificing powerful features
Play music directly from the iPod
High speed Incremental Backups
Highly tuned Anti-dupe function
Detailed Copy Stats lets you precisely know if something went wrong
Many fields supported, such as Play Count, Skip Count, Rating, Last Skipped, Date Added etc.
Recovers your Playlists with track order preserved"; 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 = ''; } }