var fDesc=new Array(); fDesc[0] = "Afree MP4 FLV MPEG WMV ASF MOV to AVI Converter is powerful and comprehensive video conversion software that makes it easy to convert popular video files to AVI video formats. It supports converting WMV, MPEG, MP4, ASF, VOB, 3GP, iPhone, MOV, FLV video files to AVI formats with excellent output quality. If you have collection of video files to convert to AVI format, you can transform them quickly in batch mode."; 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 = ''; } }