var fDesc=new Array(); fDesc[0] = "iSofter DVD to iPad Converter helps you rip and convert DVD to iPad video MP4 format and iPad audio formats including MP3, AAC, and M4A with excellent image and sound quality. The program helps you rip and convert the DVD movies in different resolutions (1280*720, 720*480, 640*480) high speed. You can change subtitle and audio language from the DVD menu. The program supports video splitting and customizing video quality and size before conversion."; 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 = ''; } }