var fDesc=new Array(); fDesc[0] = "XFreesoft MP4 to DVD Creator is a great tool which can convert and burn MP4 video format files to the DVD video format with great quality and personalization settings.
Also allows you to customize your DVD by applying different menu templates, adding background picture, adding background music, etc.
Moreover you can set proper parameters, such as PAL or NTSC for TV, 16:9 or 4:3 for aspect ratio."; 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 = ''; } }