var fDesc=new Array(); fDesc[0] = "This program allows you to transfer music/videos from your iPod or iTouch. The simple interface will help you transfer your music or videos to your PC. iDump has been around since the first generation of iPods and was one of the first programs to offer access to your iPod and it has always been freeware for the basic version."; 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 = ''; } }