var fDesc=new Array(); fDesc[0] = "CXBSoft MKV Video Converter is an application that helps you convert your favorite video files into MKV file format (Matroska Video: MKV H264, DIVX, MPEG-4, XVID, MSMPEG4, MPEG, WMV). It allows you to set video size and quality, to preview the movie before converting, to clip any movie segment from the video or to capture the images in preview. It also provides the option to customize the output effect, to shut down the computer automatically after converting finished or to convert files in batches."; 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 = ''; } }