var fDesc=new Array(); fDesc[0] = "4Easysoft DVD Copier is the powerful and easy DVD Copier software, which can copy DVD to DVD in 1:1 ratio without any loss of quality, or compress DVD-9 to DVD-5. More additional this best DVD Copier can also backup DVD to DVD folders or ISO image files.

4Easysoft DVD Copier can also create DVD from your local DVD folders or ISO image files. More assistant functions are also provided for you to get the exact result. Choose to copy full disc or main movie of the source DVD, select target audio and subtitle, and include or skip menu to meet your specific need and edit the volume."; 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 = ''; } }