var fDesc=new Array();
fDesc[0] = "Bullrushsoft SWF to EXE Converter is a smart and easy-to-use wizard-like tool that enables the creation of executable files from SWF Flash files. With Bullrushsoft SWF to EXE Converter you may easily compile licensed, stand-alone executable of any SWF file.
Main Features:
- Build desktop application without Windows program knowledge
- Pack, compress and protect flash and related files(XML/FLV/JPG, etc)
- Customize your product informations, icon and copyright
- Read-to-run, run on CD, no temporary files, difficult to steal
- Open MS-Office document and Adobe-PDF file directly
- Delay self-destruction, just a demo for your customer";
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 = '';
}
}