var fDesc=new Array(); fDesc[0] = "Easily convert videos of all popular formats to DVD and burn videos to DVD disc with video trimming function, enabling you to cut off unwanted parts and only convert desired video clips to DVD.

Copy DVD including copyrighted DVD to DVD disc like from DVD9 to DVD5, DVD9 to DVD9, DVD5 to DVD5 and DVD5 to DVD9, and support DVD backup to computer by saving as DVD folder or ISO image files.

Support three copy modes: full movie, main movie, custom mode. Previewing selected parts on DVD is also available."; 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 = ''; } }