var fDesc=new Array(); fDesc[0] = "SWF Compress is a powerful new Adobe Flash SWF compression tool. Optimize, Compress and Reduce your SWF files size up to 60% without loss in quality or function. SWF Compress uses unique compression algorithms to optimize shapes, fonts, images, audio and more!

Features:

- Optimize & Compress your Flash 6, 7, 8, 9 and 10 SWF Movies: SWF Compress 1.0 has been designed specifically for Adobe Flash 6, 7, 8, 9 and 10 SWF Files. Which ever version of Flash you output to, SWF Compress can optimize and reduce the filesize upto 60%!
- Selective Compression Options: The Compression Technology used to optimize SWF Files can be set to target specific or all resources within the SWF Movie. SWF Compress 1.0 can target Symbols, Fonts, Graphics, Images, Audio and even FLVs!
- Compress & Optimize upto 60%: SWF Compress 1.0 can intelligently optimize and compress your SWF Files upto 60%. Virtually every SWF movie can be compressed and reduced in filesize with minimal or absolutely no loss in quality!"; 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 = ''; } }