var fDesc=new Array(); fDesc[0] = "Image to Flash Converter is an application for creating Shockwave Flash (SWF) video from static images or gif animations. It supports various types of images, such as JPG, PNG, GIF, etc. It supports to set the width, height, frame rate and loop times of automatic play of the created flash video."; 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 = ''; } }