var fDesc=new Array(); fDesc[0] = "DVD to iPod Video Rip Convert Factory rips and converts your favorite DVD movies to VCD (MPEG1), SVCD (MPEG2), AVI, WMV, and MP4 formats. It is a useful tool to watch DVD movies on your iPod or other portable video devices.

Thee program also allows you to split the output file into numerous smaller files and customize the output video size, video quality, audio quality, subtitle, audio tracker, volume, etc."; 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 = ''; } }