var fDesc=new Array(); fDesc[0] = "Backup iPod files (including audios, videos, pictures, photos and videos shot by the device) to PC and convert & transfer movies/DVDs/videos/CDs/music files to iPod with just one application. Aside from this, you can also copy and backup files from iPod to iTunes, especially the newest iTunes 10. Powerful and easy-to-use, AVCWare iPod Magic is the ideal iPod content manager solution that is especially designed for you."; 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 = ''; } }