var fDesc=new Array(); fDesc[0] = "One-click DVD Ripper is the only application of this kind that works from the context menu. Unlike other DVD rippers which have to be launched before they will be able to rip DVD, One-click DVD ripper is free of this flaw since you don't need to run it. This tool combines start, select disk and ripping steps into one simple DVD ripping step which is performed with just one click.

This utility can produce .AVI video files with MPEG and DivX compression. Compression method depends on the option you have selected and it is completely automatic."; 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 = ''; } }