var fDesc=new Array(); fDesc[0] = "DVD Creator lets you burn any kind of video sources to playable DVD. With its simple wizard-style user interface and powerful editing features, DVD authoring and burning can't be easier. Almost any kind of fair videos (MKV, AVI, MP4, WMV, MOV, MTS, TiVo, etc) can be imported and converted to DVD video. Photos can be made into slide show DVD simply with a few clicks. In addition, the Quick Burn feature enables users to burn archived ISO image and DVD-Video structure instantly.

Menu custom feature makes the DVD your own and give it the look you want - DVD menu template/style, menu text, display aspect ratio and background for the DVD menu. You can also set chapter mark and playback mode."; 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 = ''; } }