var fDesc=new Array(); fDesc[0] = "This is an easy to use and powerful conversion tool that lets you convert video files such as DivX, XviD, AVI, WMV, MPEG1, MPEG2, MP4, 3GP, 3G2, 3GPP, 3GP2, RM, RMVB, MOV, SVCD, VCD, ASF, MKV and FLV formats to animated GIF, SWF and FLV flash files. Ability to define size and quality on output files. Control over Color Optimization (Standard, Dither, Optimal, Dither with Optimal) for animated GIF.

Define audio and video quality of SWF and FLV files, and even convert only a portion of video without quality loss. It’s also useful for webmasters who want to place graphic on the website."; 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 = ''; } }