var fDesc=new Array(); fDesc[0] = "SWF Encrypt encrypts your Adobe Flash® SWF files, protecting them from the most popular Flash Decompiler Tools on the market. Secure your ActionScript today and prevent SWF Reverse Engineering and Decompiling. SWF Encrypt uses Advanced Obfuscation Techniques along side proven Encryption Technology to provide security and protection for your Adobe Flash SWF Files. Put simply, SWF Encrypt prevents other people from decompiling or reverse engineering your SWF movie and stealing the ActionScript Code"; 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 = ''; } }