var fDesc=new Array(); fDesc[0] = "Top MKV Video Converter converts MKV to other video and audio formats such as AVI, WMV, FLV, MPEG, MP4, RM, MOV, SWF, MP3, WAV, WMA, OGG, RA, etc. Its functions allows you to preview the movie before converting, clip the movie segment freely, snapshot the images in preview, customize the output effect, convert MKV files in batches, etc.

It also provides you some editing functions such as crop, trim, merge, add water marks, etc."; 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 = ''; } }