var fDesc=new Array(); fDesc[0] = "Aiprosoft MKV Converter is a best MKV Video Converter software, which help you to convert MKV to AVI, convert MKV to MP4, convert MKV to WMV, as well as other popular video formats like H.264/AVC, DivX, XviD and MOV, HD video, etc. or extract music from MKV, MPG, WMV, MP4, AVI files with a few steps."; 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 = ''; } }