var fDesc=new Array(); fDesc[0] = "Now you can easily transfer your multimedia files from computer to iPad with no limitation! Besides supporting and working like the iTunes, Joboshare iPad Rip also allows you to rip, copy or backup iPad music, movie, photo, ePub, pdf, audiobook, Podcast and TV Show to computer. You can even simply get sync iPad library like music, movie, ePub, pdf, audiobook, Podcast and TV Show files to your iTunes."; 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 = ''; } }