var fDesc=new Array(); fDesc[0] = "Magic Swf2Gif is a powerful utility that uniquely supports to convert Macromedia Flash SWF to animated GIF. With Magic Swf2Gif, a gif file in any resolution and any frame rate can be output from swf file, so that you can create GIF animation using FLASH MX and SWish"; 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 = ''; } }