var fDesc=new Array(); fDesc[0] = "Tipard iPad 3 Transfer is an application that allows you to manage iPad 3 files. With this manager, you can copy your iPad 3 files to your computer. Besides, you are allowed to transfer movies, songs, pictures and other content that was not purchased from the App Store to your device. Also, you can convert a vast range of DVD/Video files to playback on iPad 3, including M2TS, MTS, AVI, MPEG, and more."; 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 = ''; } }