var fDesc=new Array(); fDesc[0] = "SWF-AVI-GIF Converter allows you to convert Flash SWF/FLV and Video AVI files to animated GIF; Flash to JPEG/PNG; and Flash to AVI. With just 5 easy steps you can capture selected frames of Macromedia Flash or AVI Video file and save them to GIF, or create AVI file from Flash. You can also record JPEG/PNG/BMP image series from Flash. The output settings are easy and flexible, so you will always get the best result."; 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 = ''; } }