var fDesc=new Array(); fDesc[0] = "Apollo Mpeg to DVD burner is a file converter and burner. If you have MPG, MPEG, VCD or SVCD movies that you would like to burn to DVD, this is a nice application to do it. It does only support the aforementioned formats but it will get the job done. All you have to do is add a supported file and the application will convert it to DVD. In the process, you can edit many aspects of the DVD layout. You can edit the menus and the chapters, add subtitles, and more. You can choose to keep the aspect ratio or you can select a new one. You can specify if you want to play your DVD on a NTSC or PAL device, and more. After you are done with the authoring, you can use the integrated burning engine to burn your DVD movie, which will be playable on any DVD player. You can merge several files into a single DVD movie, too. The developers offer life-time free support, so should you have any problem, you can contact them. This a nice application that will convert all your MPEG files to DVD. Should you need more format support, you can try DVD creator, which supports most formats out there."; 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 = ''; } }