var fDesc=new Array(); fDesc[0] = "Wondershare AVI to DVD Burner is a DVD authoring application for Windows. These applications are pretty much the only way to get an XVID or DIVX file onto a DVD so it can be played on DVD players or other mobile devices that read DVDs, such as car players, video game consoles, etc. The only drawback about this application is that it only supports AVI as an input file, so if you have other files that you want to burn to DVD you will have to convert them to AVI first. Other than that, the application is great. You can add subtitles to the files you burn. You can make your own DVD menus or use the ones included with the application. You can both cut and merge videos. So if you want to make a video shorter, you can just go ahead and get rid of the credits or the introduction. This application will make region free DVDs, both PAL and NTSC. You can change the aspect ratio of your files to 16:9 or 4:3. You can even add music to the menus. The application is not really hard to use and will produce good-looking DVD movies."; 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 = ''; } }