var fDesc=new Array(); fDesc[0] = "AVCWare iPad to PC Transfer not only that it can transfer videos, music and photos from your computer to iPad, but also can copy iPad movies/music/photos and videos recorded by the device to your computer and iTunes library for backup conveniently.
All iPad/iPhone/iPod models (incl. iPad Wi-Fi, iPad Wi-Fi+3G, iPad 16GB, iPad 32GB, iPad 64GB, iPhone, iPhone 3G, iPhone 3GS, iPhone 4, iPod, and many others) are all acceptable in this iPad to PC Transfer"; 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 = ''; } }