var fDesc=new Array(); fDesc[0] = "DVD x Ripper Ultimate is a nice DVD ripping software application to rip and convert DVD movies to many video and audio formats (rip DVD to AVI, DVD to MP4, DVD to MPEG, DVD to WMV, and DVD to FLV; extract audio from DVD to MP3 and from DVD to WMA) with high DVD ripping speed and exceptional quality. This fast and easy-to-use DVD ripping software gives you a preview of your movie before conversion. Additionally, you can select the audio tracks and subtitle tracks of the DVD you want to rip."; 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 = ''; } }