var fDesc=new Array(); fDesc[0] = "With DA DVD Ripper you can copy any unlimited number of movies to a bunch of formats, including the following:

DVD to MP4
DVD to AVI
DVD to FLV
DVD to WMV
DVD to MPG
DVD to RMVB
DVD to 3GP
DVD to WAV
DVD to MP3
DVD to WMA
All in a easy to use interface with two modes, easy and expert, the second one lets you set advanced encoding settings for the output format selected and shows you every title in a list where you can customize your copy including time, subtitles and language.

In easy mode you can copy your DVD with just one click, it's amazing!"; 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 = ''; } }