var fDesc=new Array(); fDesc[0] = "Free MTS M2TS Converter is a program designed to convert MTS/M2TS videos into various video formats. Free MTS M2TS Converter supports and other formats as input such as AVI, MP4, MOV, WMV, MKV and more. As a small 2D to 3D Video Converter, you can easily convert video files like MTS, M2TS, MXF, TS, TRP, TP to 3D video formats that you can enjoy at home with your family. Moreover, you are able to trim video length, crop the video to remove unwanted playing area, add text/image as watermark, define the text color 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 = ''; } }