var fDesc=new Array(); fDesc[0] = "AVCHD Converter is a powerful multiformat converter. It can convert H.264/MPEG4 AVC HD videos (*.m2ts, *.mts) to AVI, FLV, MPEG, MP4, WMV, 3GP, RM, RMVB, VCD/SVCD/DVD, PSP MP4, iPod MP4, etc. With a simple control panel, it is possible to use Boilsoft AVCHD Converter without a tutorial. Its adjustable panel provides useful functions, including the addition of watermarks and subtitles to your output video. Additionally, it supports batch conversions."; 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 = ''; } }