var fDesc=new Array(); fDesc[0] = "This app lets you transfer music, movies, photos, ebooks, messages, contacts and apps from iPod to computer, computer to iPod, even iPod to iTunes. With ImTOO iPod Computer Transfer you can copy and backup all your audios, videos, and pictures between them. Photos and videos recorded by the device are also supported.

The tool also allows you to connect several iPods and other iOS devices and manage them simultaneously. Transfer songs, movies from iPod to iPod, iPod to iPhone and vice versa. It even offers you the ability to manage your iPhone as a portable hard disk. All iPod, iPhone models and generations and iTunes versions are supported."; 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 = ''; } }