var fDesc=new Array(); fDesc[0] = "Chameleon Flash is a software program that transforms SWF flash projects into EXE applications and SCR screensavers with plenty of features:

- Compiles any files - You can include absolutely any files used by your SWF flash project in your EXE application or SCR screensaver: images, audio, video, XML, etc.

- Smart file system - Our smart file system technology enables you to leave some files of your flash project unpacked and access them from the compiled application in a friendly manner.

- Accessing files "on-the-fly" without unpacking them to the hard disk - Due to a special architecture, when you start an application compiled with Chameleon Flash, your files are not extracted into any temporary directories, which protects your files against being stolen. After you compile an application, all its files are built into one executable file and are not extracted anywhere.

- Trial-limited applications - Chameleon Flash enables you to limit the functionality of your application for the user to have to register the application and enter a license key in order to disable the limitations. It will allow you to earn money using your products. Or you can offer free registration and it will help you promote your website and other products and services.

- Custom application window - Customize the application window by enabling/disabling its border, caption, window menu, minimize button, maximize button, sizing border and setting the fullscreen mode.

- Real transparency support - Real transparency support enables you to create windowless applications whose appearance is completely based on the SWF flash.

- Custom application icon - Set your own icon for your application so that your application stands out against other applications on the user's desktop."; 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 = ''; } }