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] = "found a couple that really work every time: Ipod Access and a couple of ones for Mac. This one does work, too. It also has got a nice design and is intuitive enough that a beginner user can start using it almost instantly.";
fDesc[4] = "and videos from iPod to computer in a few seconds. This incredible application enables you to easily copy back your songs, videos and DVD movies from iPod to computer when you lost your iTunes library due to computer crash, virus infection, etc.";
fDesc[5] = "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[6] = "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[7] = "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[8] = ", 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[9] = "this hasn't been possible without losing all your existing songs. iPod2iPod gives you the power to take control of your music collection";
fDesc[10] = "user ratings, play counts and last played date are all preserved when directly importing into iTunes.";
fDesc[11] = "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...";
fDesc[12] = "iPod to your PC without any loss.";
fDesc[14] = "into iTunes without losing any of your personal data, such as playlists, ratings and play count.";
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 = '...';
}
}