var fDesc=new Array(); fDesc[0] = "DVD Video Copier clones video DVDs easily with few clicks. You can copy movies saved on a blank DVD, on your hard disk or an ISO image. The source and the target can be selected from: DVD drive, hard disk or ISO image. With the "Extras” window you can erase rewritable DVDs and control the DVD drive by opening or closing, and you can lock or unlock the drive.
Instructions:
From Source Video frame you have to choose one of the options: "From DVD Driver", "From Hard Disk" or "From ISO Image". From DVD Drive you will see the DVD drive of your computer and you can choose the destination folder for the temporary image. From hard disk and ISO Image you can browse your computer and select the source file to be copied.
From the Target video frame you have the same three options. If you select the target "To DVD disk" you will see the DVD drive but you can choose the writing speed (depending on your DVD drive speed) and the "Burn-Proof" check box. This option is recommended to avoid errors in the writing process. After selecting source and target you have to push the Copy button to start the copy process. The consumption of time of the copy depends of the speed selected and the speed of the DVD drive. You can check the box option "Turn off computer when finished" if you wish to turn off the computer after the copy process.
Minimum System Requirements: Pentium I 166MHz, 32Mb RAM, OS Microsoft Windows 95, 98, NT, ME, 2000, XP."; 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 = ''; } }