var fDesc=new Array(); fDesc[0] = "SWF Protector is a highly reliable encryption solution, which will thoroughly protect all of your Flash files from all kinds of SWF decompilers. SWF Protector fully protects ActionScript, so your artwork is impossible to steal. It uses four different protection algorithms that allow SWF file playback in Flash Player, but conceal the source code completely. You will be able to encrypt all ActionScript classes, or select specific ones that contain most sensitive 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 = ''; } }