var fDesc=new Array(); fDesc[0] = "MKV To AVI With Subtitle can convert mkv with subtitle to avi file. It can recompress mkv file to avi with flexible video compressor and audio compressor, multiplex or mux mkv and its subtitle together, select audio stream or track in the mkv file. MKV to AVI with Subtitle can convert other video formats MPEG, MPG, ASF, WMV, VCD, DAT to avi file also. It is necessary to install the Combined Community Codec Pack (CCCP) so that the converter can work. If the codec is installed, the program also can convert OGM MP4 M4V MPEG4 to AVI format with high speed and quality with subtitle."; 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 = ''; } }