var fDesc=new Array(); fDesc[0] = "DivX to DVD Creator lets you create DVD discs with movie files in your hard drive. It integrates DVD encoding and burning engines to help you with those tasks, allowing you to burn up to 4 hours of movies or series to MPEG2 video in DVD R/RW discs compatible with most home players.

Features of this application include direct AVI to standard DVD recording, support for Divx, Xvid, AVI, MPG video formats, fast MPEG2 encoding, support for NTSC and PAL TV systems, wide screen and standard TV. and support for DVD 5 or DVD 9 discs.

This tool can also burn DVD-Video compliant Discs compatible wit home DVD players, supports a broad range of DVD-R/RW and DVD+R/RW burners, can shutdown computer automatically when job is done, a preview mode to check the source files, and a reliable burning engine.

If you have some AVI movie files in your hard drive and would like to create discs to reproduce them in your home DVD player, this tool is what you need. It has a nice and easy to use Interface with basic output options. You might need to get a video format converter to combine with this tool (because few formats are supported).

If you want to test DivX to DVD Creator, a free trial is available for download at the developer's site (it is limited to 3 uses)."; 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 = ''; } }