var fDesc=new Array(); fDesc[0] = "GIF to SWF Converter is used to batch convert gif files to SWF files and extract gif image serial. Provide gif file frame by frame preview, and rich output setting, include SWF version, background color, frame rate, image format, image quality, etc. Both image and speed of the output animation are same as the original gif files.

Convert SWF to GIF format with high quality. Supports image logo or watermark, allow batch conversion, allow crop the flash movie for the output."; 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 = ''; } }