var fDesc=new Array(); fDesc[0] = "Nidesoft DVD Copy is a DVD Clone and DVD Ripper program, which could copy the protected DVD data and save on your hard disc folder to backup your favorite movie DVD. It could copy DVD-5 and DVD-9 and VOB file with good speed and no quality loss.

The program also can convert your DVDs to MP4, AVI, MOV, WMV video formats so you can play them on your mobile devices."; 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 = ''; } }