var fDesc=new Array(); fDesc[0] = "AimOne MTS Converter is a powerful and easy-to-use MPEG to AVI converter, which enables you to convert MTS to AVI, MPEG, MP4, 3GP, WMV, RM, RMVB, FLV (flash), VCD/SVCD/DVD, iPod MP4 or PSP MP4 and so forth with high quality. It supports adding watermarks and subtitles to the videos. You can use the mini video cutter attached to the preview player to cut a clip of MTS."; 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 = ''; } }