var fDesc=new Array(); fDesc[0] = "Tipard AVI Converter is one first-class AVI Converter to convert FLV to AVI, MP4 to AVI, and WMV to AVI... Even more, this FLV Converter supports converting HD video to FLV format. Also you are able to convert audio files and extract audio from video. With this AVI Converter, you can remove you dislike video part and select what you want part to convert to AVI, adjust output size, add watermark, and merge video pieces together. Plus, with newly adopted NVIDIA® CUDA™ technology and multi-core CPUs supporting technology, the converting speed is 6X faster now."; 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 = ''; } }