var fDesc=new Array(); fDesc[0] = "GUI for dvdauthor enables you to get captured television broadcasts comfortably into a DVD conform format. You can use the program also for MPG videos of other origins.

No functions for making the final DVD are included but you can burn the DVD with your favorite DVD burner.

GUI for dvdauthor is a simple and smart application that allows you to capture movies or TV shows or other video files in a DVD format so you can watch them as many times as you like. It has a friendly interface; the quality of the movies is very good."; 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 = ''; } }