var fDesc=new Array(); fDesc[0] = "Transfer all your iPod contents to computer or iTunes library seems like a troublesome task? Not anymore with 4Media iPod to PC Transfer! This iPod transfer software does not only let you transfer videos, music, photos, ringtones, contacts, eBooks, SMS messages podcasts, TV shows and apps from iPod to PC and vice versa, but also allows you to copy files from iPod directly to iTunes for later usage. 4Media iPod to PC Transfer supports transferring files between iPod and iPod or between other iOS devices, and it's fully compatible with the latest iPhone 5, iPod touch 5, iPod nano 7, iOS 6 and iTunes 11.0."; 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 = ''; } }