var fDesc=new Array(); fDesc[0] = "Free DVD Ripper - rip your favorite DVD movies to popular DivX/Xvid AVI files, H.264 MP4 files.
Free DVD Ripper was designed to be a DVD ripping tool that will help you rip your favorite DVD movies to popular DivX/Xvid AVI files, H.264 MP4 files, and even iPod MP4 video files with fast DVD ripping speed and excellent quality.
With Free DVD Ripper, you can choose which titles and chapters, audio tracks, and subtitle tracks of the DVD you want to rip. You can also choose the output video format from AVI (DivX MPEG4), AVI (Xvid), MP4 (H264) or iPod MP4 Video. You can also set the video size, bitrate and framerate, audio channel, bitrate and frequency."; 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 = ''; } }