var fDesc=new Array(); fDesc[0] = "MKV to DVD Converter allows you to convert AVI, MPEG, MPEG-4, Matroska, and Windows Media video files to DVD. To create a DVD click in the Add video files button "+" and select the video. The supported video types are: AVI, MPEG (mpg, m2v), MPEG-4 (mp4, m4v), Matroska (mkv), and Windows Media video files (wmv, asf). You can select the target from CD (700Mb), DVD 5 (4.3 GB), DVD 9 (7.9 GB), Mini DVD (1.35 GB), Mini DVD DL (2.47 GB), including DVD-R, DVD+R, DVD-RW, DVD+RW. You can use the remove button "X" or the arrows Up and DOWN to modify the list of videos to include. The "Pencil" button allows you to edit the properties of the video file: DVD aspect ratio (Normal 4:3 or Widescreen 16:9) and add subtitles (the supported subtitles file types are: SSA, ASS, sub rip (srt), sub view (sub), and text based files (txt). The Target format supported: NTSC, PAL (PAL is used in most Europe and Asia), target bit rate: from 2 to 8 Mbit/s or auto-fit (lower bit rate occupies less space but the quality is lower). You can create chapters every amount of minutes, and select the burning speed from 1x to 40 or auto-fit. Also you can mark the option to automatically erase rewritable disc before burning (available for DVD-RW, DVD+RW discs)."; 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 = ''; } }