var fDesc=new Array(); fDesc[0] = "Convert any kind of DVD movies (protected or unprotected) to WMV format
Support video formats that can be played on many devices like iPod, iPhone, PSP, etc.
Ripping of title, chapter, audio track and subtitle are supported
Video preview and easy playback
Snapshot button provided to take video screenshots
Configuration presets with frequently used parameter settings
Automatically shut down the computer after conversion
User-friendly interface to operate with ease
Compatible with Windows XP/Vista & Windows 7
Proven safe and free programs without any malware"; 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 = ''; } }