var fDesc=new Array(); fDesc[0] = "SWF to GIF Animator is a free software that allows you to convert SWF to GIF (Flash files to animated GIF). Now you can put animated GIF on your website instead of using the big flash movies. During the conversion process, SWF to GIF Converter can retain the effect of SWF movie intact and provide the multi-level selection of the GIF quality to adapt to different purpose."; 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 = ''; } }