var fDesc=new Array();
fDesc[0] = "Leawo SWF Encrypt is a professional SWF encrypter to protect SWF files from SWF decompilers and SWF decryption tools.
Main features:
- Support Adobe Flash 8/CS3/CS4/CS5/CS6, Flex and Flash Builder.
- Provides obfuscation for ActionScript 3.0/2.0/1.0 programming languages.
- Encrypt SWF in 7 SWF encryption ways for specific requirements.";
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 = '';
}
}