var fDesc=new Array(); fDesc[0] = "Aluxsoft DVD Ripper is a powerful and professional DVD ripping tool, which helps you convert DVD to all popular video or audio formats. It is able to rip DVD to MP4, DVD to AVI, DVD to WMV, DVD to DIVX, etc.

Aluxsoft DVD Ripper could rip DVD to support almost all popular PMPs. With this tool, you can easily copy DVD to iPod, DVD to iPhone, DVD to MP3, DVD to PSP, etc., so you could watch your favorite DVD movies everywhere.

This DVD ripper has an easy to use interface. In addition, it also provides powerful movie editing functions such as trim a DVD section, crop black edge, change the movie color, 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 = ''; } }