var fDesc=new Array(); fDesc[0] = "Freemore Video to GIF Converter is designed to convert video files to GIF animation. It is a powerful application that supports a wide range of video formats like AVI, MP4, MPEG, FLV, MOV, 3GP and hundreds more. It can convert different parts of video to animated GIF file by setting starts and ends. It also enables you to set customize the GIF frame size and preview the GIF during conversion."; 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 = ''; } }