var fDesc=new Array(); fDesc[0] = "Extra DVD to iPod Converter is a DVD ripping tool to rip your favorite DVD movies to popular Apple iPod and MP4 video formats.
With Extra DVD to iPod Converter, you can choose which titles, audio tracks and subtitle tracks of the DVD you want to rip. You can also set the video size, bit-rate, frame-rate and aspect ratio, plus the audio bit-rate and sample. Extra DVD to iPod Converter has a user-friendly interface and you can rip DVDs with only a few clicks. Enjoy it!"; 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 = ''; } }