var fDesc=new Array(); fDesc[0] = "1CLICK DVD MOVIE™ converts movie files to DVD, VCD or SVCD. This software is compatible with most movie file formats including AVI, DivX®, XviD, MPEG1, MPEG2, QuickTime®, ASF, WMV and XP Media Center files. With just one click, you can create a DVD movie.

You don't have to sit in front of a computer to watch your movie files. With 1CLICK DVD MOVIE, you can convert your movie files to DVD and watch them on your television.

Simply select a source file and click "Start" to create a movie DVD, complete with menus and chapters. Everything is done automatically for you, so it's really just one click. An options window is available for experienced users who want more control"; 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 = ''; } }