var fDesc=new Array(); fDesc[0] = "4Media iPad PDF Transfer is an application that provides users with a solution to transfer PDF eBooks to iPad and backup PDF files into PC and iTunes. Without the help of iTunes, this PDF to iPad transfer tool enables you to transfer your favorite PDF eBooks on PC to iPad just by dragging and dropping."; 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 = ''; } }