var fDesc=new Array(); fDesc[0] = "SWF Optimizer is a handy solution for Flash users, which allows you to reduce SWF file sizes up to 60-70% with minimum quality loss. It uses amazing algorithms of vectors, shapes, morphing, Z-buffer, fonts and
other optimizations, thus saving a significant amount of loading time and traffic.

The simplified user interface is separated into two tabs that offer advanced functionality on a separate file compression and batch SWF compression.

SWF Optimizer offers several compression settings so everyone can have great results without any knowledge of Flash technology.

Eltima SWF Optimizer presents detailed information on the structure of the movie: size of shapes, images, morphs, sounds, fonts and other elements. More than that, it's very easy to compare the size of the
movie and its elements before and after compression.

SWF Optimizer fully supports Flash 5, 6, 7, 8 and Flash 9 as well as ActionScript 2 and 3.
With Eltima SWF Optimizer, you can easily reduce the size of Flash files and save traffic, time and money."; 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 = ''; } }