var fDesc=new Array(); fDesc[0] = "Free DVD Creator is a conversion utility with burn support to create DVD movies from video files. Any existing popular file formats can be converted to DVD and played on any DVD player. This utility provides settings needed for DVD creation such as choice of NTSC or PAL standards, resolution of the video, aspect ratio of the video. Menus can be created to drive the DVD display using the Menu maker provided as a component of the software. DVD images can be directly burnt on the DVD or stored on the hard drive to be restored later for burning. Free DVD Creator requires codecs to be downloaded for the existing format to be converted to DVD. Menu creator allows input of information pertaining to the DVD to be created in the menu form with the user selection of background, font, color selection and an itemized list as verification for the list of files in the DVD.
DVD image files can be stored in the hard disk as .VOB or .IFO files if the DVD drive does not contain an empty DVD disk while burning the disk. Free DVD Creator assumes that the output should be directed to the hard disk on not finding a burnable disk. A VIDEO_TS folder is created on the hard disk with the necessary files and can be burnt on the DVD drive anytime by choosing the Burn to Disk Option in the utility."; 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 = ''; } }