var fDesc=new Array(); fDesc[0] = "Tansee iPad Transfer makes backup and transfers all your music and movies files from your iPad to computer. It can also transfer music and videos from iPod to PC fast and smoothly. After the transfer, you can then import the songs and videos to iTunes Library. This program works on Windows 98, Windows 2000, Windows XP, Windows 2003, Windows Vista, Windows 7."; 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 = ''; } }