var fDesc=new Array(); fDesc[0] = "Aiseesoft AVCHD Video Converter is a program that allows you to convert AVCHD video to all popular video formats and convert other videos to AVCHD video. You can convert AVCHD videos without quality loss to MP4, MPG, MOV, AVI, FLV, MKV and more widely-used format. Also, it can support batch conversion of several MTS/M2TS at the same time."; 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 = ''; } }