var fDesc=new Array(); fDesc[0] = "With Free GIF to Video Converter, users can preview gif files frame by frame.
Key Features of Free GIF to Video Converter: converts Gif, Png, Bitmap or JPEG files to video format; allows batch convert with one click; supports command line conversion; extracts gif file to image serial (Png, Bitmap or JPEG files); riches output setting, includes background color, frame rate, bitrate, etc; allows adding background music; allows adding custom logo; output image setting, such as image format, image quality; provides gif file frame by frame preview."; 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 = ''; } }