var fDesc=new Array(); fDesc[0] = "With DVD2one you can make a movie-only or full disk copy of your DVD for personal use on a single DVD-Recordable. Key features include:

- Unique video compression engine: combines blazing speed with the highest quality.
- Multi-processor, multi-core and multi-computer (grid) compatible.
- Process a movie to fit on a single recordable in a matter of minutes (depending on the speed of your computer).
- Make a movie-only copy of your DVD. Why waste space and image quality on unnecessary intros, menus and language tracks?
- Make a full disk copy of your DVD. For those who want to keep those fancy menus and intros.
- Powerful join mode. Useful for putting multiple episodes of a (tv) series or joining both sides of a flipper on 1 disk.
- Batchprocessing: Program up to 50 disks to be processed one after another without user intervention.
- Remaster your CDs on DVD in Super CD quality.
- Builtin burnengine.
- Target support for DVD Players, Media Players and PS3.
- Written from scratch, not based on any old code, libraries or existing opensource projects.
- Both PC Windows and Mac OS-X versions 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 = ''; } }