var fDesc=new Array(); fDesc[0] = "AVCWare MTS Converter is a video conversion tool. It lets you convert MTS and M2TS videos to various formats (AVI, MP4, WMV, MOV, MPG, FLV, and RMVB) to meet different demands. This MTS/M2TS video converter supports videos recorded by Sony Hard Drive Camcorders and other recording equipments. It supports up to 1080p video resolution; synchronization of audio and video upon any format output.

Several handy video editing features are available: trim MTS/M2TS video length, crop video size for different screen display, add image and text watermarks, and adjust video brightness, contrast, saturation, etc. You can also configure more settings like video bit rate, frame rate, audio channel, 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 = ''; } }