var fDesc=new Array(); fDesc[0] = "If you just like a certain scene from a movie or video, you can convert just that clip by setting the start time and duration.
Convert MKV to DVD format; Burn MKV to DVD.Then your MKV video can be played on any home or portable DVD Player.
Avoid waiting for the conversion to be done, set an action: hibernate, shutdown, standby or exit as auto-performed.
Run the converter in the background while you do other tasks; it will not conflict with other programs or slow your computer down."; 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 = ''; } }