var fDesc=new Array();
fDesc[0] = "Flash Protection Gold - Real Free Flash/SWF encryption shell layer. 100% guarantee protect your Flash/SWF AS 2/3, MovieClip, Bitmap, Vector Graphic, Sound, Video and more.
Flash Protection Gold is the best/free SWF encryption solution for Adobe's Flash and Flex (SWF), it provide three layers encrypt techniques to stop Flash/SWF decompilers and prevent illegal copying and redistribution.
Protect all ART media in your flash (SWF), such as Graphics(Bitmap and Vector), MovieClips, Sounds, Videos, Drawing Object, Text Font , ActionScript 2/3 and others in the library. It does not need to write any AS 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 = '';
}
}