var fDesc=new Array(); fDesc[0] = "Free Movies To DVD is a video converter software to convert and burn your videos to DVD. You can backup your movies to DVD playable on any home DVD player in just a few clicks and for FREE.

Free Movies To DVD supports most popular formats like avi, divx, xvid, mpeg, mp4, vob, wmv... It converts your files into a compliant DVD Video set of files and burns it on a DVD media or save it as ISO image file.

The output mpeg format can be configured : aspect ratio, bitrate, NTSC or PAL."; 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 = ''; } }