var fDesc=new Array(); fDesc[0] = "Xilisoft iPad PDF Transfer offers a perfect solution to transfer eBooks in PDF and EPUB formats to iPad/iPod touch/iPhone fast and straightforwardly. With Xilisoft iPad PDF Transfer, you are enabled to transfer PDF and EPUB files between iPad/iPod touch/iPhone and PC or backup all eBooks in iPad/iPod touch/iPhone to iTunes. Besides a file transferor, Xilisoft iPad PDF Transfer also allows you to edit information of PDF and EPUB files to your preference, such as name, publish date, rate, comments and so on."; 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 = ''; } }