var fDesc=new Array(); fDesc[0] = "Aogsoft Total Video Converter supports HD video conversion with multi-core CPU support. With its editing tools, you can add scene transitions, subtitles, soundtracks and watermarks, apply special effects, clip, and merge and crop video. Popular video formats including AVI, MPEG, WMV, DivX, MPEG, RM, MOV, and MKV are supported. It also supports creation of 3D videos from 2D."; 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 = ''; } }