var fDesc=new Array(); fDesc[0] = "ImTOO iPad Mate is an all-in-one application for Apple iPad tablet users to backup iPad movies, music, ebooks, messages, contacts, apps and photos to PC, export media files from PC to iPad, and transfer iPad to iTunes as an iPad transfer. Moreover, the iPad Mate can convert CD/DVD, ISO images, IFO folder, videos and audios on your computer to iPad movies and music as a DVD to iPad converter, read and export pictures/videos recorded by the device and work as an iPad video converter."; 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 = ''; } }