var fDesc=new Array(); fDesc[0] = "ImTOO DVD Copy Express is a tool to backup your DVD movies, it can copy main movie or whole disc in 1:1 ratio, compress DVD9 to DVD5, copy DVD to DVD folder or ISO file in the hard drive of your computer.

Its features include support for dual-layer DVD, the ability to create customized DVD Copies by selecting subtitles and audio tracks, remove menu and copy DVD with the main movie only, additionally it is compatible with most DVD players and burners.

This program has a nice interface with skins support, and the possibility to preview DVD movie when copying it, when working it is stable, fast and easy-to-use, a really good choice for those who want to save copies of their DVD movies to protect them from different problems like scratches or loss.
If you want to test this application, a free limited trial is available for download at the developer's site.

System Requirements:

Windows NT4/2000/2003/XP and Windows Vista;
1000MHz Intel or AMD CPU
10GB free hard disk space
DVD-ROM
DVD burner
Super VGA (800×600)"; 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 = ''; } }