var fDesc=new Array(); fDesc[0] = "AVCWare iPod Computer Transfer allows you to copy and backup iPod apps/music/videos/photos to PC. With it, you can also sync movies, music files and playlists from iPod to iTunes library. Also, the program allows you to connect multiple iPods/iPhone and transfer files between them at one time, create playlists and photo albums to organize your iPod files and find file by using filter or quick search function as well."; 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 = ''; } }