var fDesc=new Array(); fDesc[0] = "Moyea MKV Converter is a MKV editor and converter. With it, you can edit and convert MKV to MP4, MKV to 3GP, MKV to AVI, MKV to MPG, MKV to MPEG-4, MKV to FLV, MKV to MOV, MKV to 3G2, MKV to VOB, MKV to MP3, MKV to FLAC, MKV to MKA, MKV to OGG, MKV to WAV, MKV to AC3, MKV to M4A, etc. with better output quality."; 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 = ''; } }