var fDesc=new Array(); fDesc[0] = "Cool MOV MPEG4 ASF iPod AVI DIVX FLV Converter is an all-in-one video converter which can help you convert video files between MOV, MPEG-4, ASF, iPod, AVI, DIVX, and FLV video formats. It supports converting AVI, MP4, ASF, MOV, FLV files to AVI, MP4, VCD, SVCD, DVD, iPod, FLV, SWF and MOV formats.

You can set the video size and quality, frame rate, audio quality, channels and sample of the output file."; 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 = ''; } }