var fDesc=new Array(); fDesc[0] = "Aneesoft HD Video Converter is the best HD video converter that easily converts HD video formats such as AVCHD (mts, m2ts), HD AVI, HD MPG, HD MPEG, HD TS, HD MOV, HD VOB, HD WMV etc to HD AVI, HD MP4, HD FLV, HD MKV... Also it can even upgrade an SD video to HD video!

Meanwhile, it can also support converting SD video to HD video formats, editing video by trimming, cropping, watermarking, deinterlacing etc, and 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 = ''; } }