var fDesc=new Array(); fDesc[0] = "The magic DVD converter for your iPad! With Joboshare DVD to iPad Converter, you can rip and convert DVD movies to iPad MPEG-4, H.264 video formats in different resolutions (1280*720, 720*480, 640*480) and MP3, AAC and M4A audio formats with superb quality. All conversions are optimized to offer you the best possible DVD movie experience on your iPad."; 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 = ''; } }