var fDesc=new Array(); fDesc[0] = "ImTOO iPad PDF Transfer is a program that allows you to copy PDF eBooks to iPad without iTunes. You can back up PDF and EPUB files from iPad to PC, customize information of PDF and EPUB files by editing name and author. It also provides a file filter option to facilitate file searching by entering file name, size, type, or author in a searching box."; 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 = ''; } }