var fDesc=new Array(); fDesc[1] = "iTunes has refused to do since its introduction: to allow users to back up their devices any time they want. This application's GUI is amazingly similar to iTunes, which is good, since you are probably used to it by now."; fDesc[2] = "between your iPod/iPhone and your computer. This incredible application helps you transfer iPod/iPhone music,video,photos,iPo d podcast and TV programs to your local disk , and vice versa."; fDesc[3] = "data from i-pod or iphone to the PC or Mac. It supports all types of i-Pods and i-Phones. Different data, such as play list, art album, ratings, etc., can be transferred into i-Tunes. Users can easily manage calendars, contacts, notes and much more on the i-pod."; fDesc[4] = ", photos, podcasts from iPod to PC and vice versa. This incredible program has the ability to easily create, edit and delete iPod playlists, manage multiple iPods at the same time, transfer music and videos between iPhone and PC, among other things."; fDesc[5] = "iPod and your PC. This incredible program enables you to efficiently manage your iPod contents and transfer videos, music, photos, podcasts and TV shows from your iPod or iPhone to your PC easily and fast."; fDesc[6] = "your computer. As you know, iTunes blocks iPod-to-computer song transfer. With this incredible program, iPod users now can transfer songs from your iPod to computer easily."; fDesc[7] = "allows you to back-up the songs that you have on your iPod directly to iTunes or to a folder on your computer. It works with all iPods, including the iPhone and iPod Touch. For these last two devices, you have to have iTunes 7.3 or newer installed, since it brings some needed drivers."; fDesc[8] = "easily and quickly. This incredible program enables you to either transfer your music to a new Mac or let your colleague sample your music tastes."; fDesc[9] = "free application that I have found for doing this. This application allows you to connect your iPod to the computer and retrieve its contents. This might be extremely useful for when your system crashes and you end up loosing all your music files and your iTunes library."; fDesc[10] = "synced by using iTunes. So, any time that they want to put music on their devices, they have to have a computer with iTunes. Downloading music from an iPod is just as hard."; fDesc[11] = "basic features to retrieve, listen and organize your favorite music, featuring a user-friendly GUI, making the data transfer a snap."; fDesc[12] = "to your computer in just a few seconds. This incredible program utilizes iPod's internal database to display and transfer your iPod's photos instantly to your PC, thus saving valuable time."; fDesc[13] = ", iPods are protected so no one is able to copy back the music to a computer, iTunes purchased music can neither be copied or used on more than 2 computers. So this program eliminates this restriction and allows the users to get their music into any computer whenever they like to."; fDesc[14] = "the need to launch iTunes. This incredible application enables you to convert your music files collection into audio formats supported by your iPod in a few simple steps."; fDesc[15] = "blessing for frustrated Apple's iTunes users who can't copy music files from iPod to pc desktop or laptop since iTunes blocks iPod-to-computer song transfer. Now the things are different! With Lenogo iPod to PC Transfer, iPod users can transfer iPod Songs to PC easily. Lenogo iPod to PC Transfer utilizes iPod's internal database to display your iPod's contents instantly. Lenogo iPod to PC Transfer is fully compatible with all existing iPod including iPod(1st, 2nd, 3rd, 4th, and 5th generation iPod), iPod Photo, iPod mini, iPod shuffle, iPod nano and iPod video. Features: Powerful transfer: iPod music backup/recovery to PC Complete transfer: Backup artists, albums, ratings and play lists. Fastest transfer: Transfer speed is ultimately high. Easy single-step transfer: directly transfer music from iPod to PC, no need of any mid step. Compatible transfer: Full compatibility with all iPod..."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }