var fDesc=new Array(); fDesc[0] = "SWF Decompiler Magic is a powerful solution that can be used by programmers who need to deal with Flash technology.

You may want to convert flash between swf and exe formats; You may want to edit swf movies (dynamic texts, images and more); You may want to export resources from a flash and save sounds, images, shapes, frames, morphs, fonts, texts, buttons, sprites and ActionScripts as other formats; You may want to export FLA data which can be easily be edited in native Flash environment."; 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 = ''; } }