var fDesc=new Array(); fDesc[0] = "The Flash Antidecompiler is a new generation of the flash obfuscators. It is very simple and at the same time secure enough SWF obfuscator. The Flash Antidecompiler encrypts a ready SWF file entirely without using the original ActionScript source code.

The new version is written from the scratch and supports now the all SWF standard web applications.

The Flash Antidecompiler protects both ActionScript code and any multimedia content (images, audio and video files) embedded in your SWF file."; 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 = ''; } }