var fDesc=new Array(); fDesc[0] = "DVD Rip Factory Pro is is a powerful DVD ripper and video conversion tool. Now with the latest XviD and MPEG-4 video encode technology H.264, you can easily rip DVD and convert DVD movies for your iPod / PSP / mobile phone / laptop /PDA with excellent output quality.

It has a powerful converting engine and simple and easy-to-use interface, optimized for P4 CPU, have the fattest encoder/decoder of the world; and it support batch file processiong; rip DVD to MPEG-1,MPEG-2, AVI, WMV, 3GP, iPod, PSP, MP4 with excellent quality; split videos into the size you desired; enable dolby surround downmix, and much more!

Backup and playback movies on your device, make your movies go where you go!"; 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 = ''; } }