var fDesc=new Array();
fDesc[1] = "includes 230 ready-to-use effects, drawing tools, timeline and sophisticated scripting language. You can import vector art, images animation and sounds";
fDesc[2] = ", using backgrounds, animated graphics, music and sound effects. You can use the Lite Edition for free, if you want more complex functions, you will need to upgrade to the Pro Version. You can even sell the games you produce.";
fDesc[3] = "user interfaces. Working with this software is much easier than with any other similar application. You can automate the work using different keystrokes, mouse movements, and with various control operations.";
fDesc[4] = "be saved to disk as a macro, bound to hotkeys, extended with custom commands or compiled to an EXE file.";
fDesc[5] = "the quality required for film, TV, printing, engineering, architecture, dynamic video games, etc, production. You can use it to perform incredibly complex effects with just a few clicks";
fDesc[6] = "programming. Record and play back mouse and keyboard actions, use a quick-launch utility, advanced scheduler, and a Gentee script editor.";
fDesc[7] = "software developed by its company TechnoLogismiki. This hackman suite 9.0 consists of many components such as Hackman Hex Editor 9.0, Hackman Disassembler 9.0, Hackman Template Editor 9.0, Hackman Template File Editor 9.0 and the Hackman Calculator 9.0.";
fDesc[8] = "source code. It is an advanced tool supporting syntax highlighting, Code Templates, unlimited text size, etc.";
fDesc[9] = "easily and conveniently. This incredible program provides various functions such as shape designing, various text-editing tools, movie clip, button, motion tweens, guided motion tweens, mask layers, stream sounds, event sounds, among many others.";
fDesc[11] = "over 35 other scripting and scripting related languages with dozens of fully-integrated tools and utilities to make scripting faster";
fDesc[12] = "The application is very nice and intuitive, but it is not so easy-to-use and requires some previous knowledge. It is very customizable and offers multiple options, for instance, you can change the output device, period, channels, right and left channels, frequency, amplitude, etc.";
fDesc[13] = "provides you with a lot of different functions. If you are a programmer or a user who uses PHP and HTML languages, then this program is the right choice. This software allows you to open unlimited-size text files.";
fDesc[14] = "and other languages source code. It is an advanced tool supporting syntax highlighting, Code Templates, unlimited text size, etc.";
fDesc[15] = "referenced as external script files, while the project-specific code is embedded into the project (*.wsf).";
function tCollapseAll(maxID)
{
document.getElementById("alls_action").innerHTML = "Expand descriptions";
var id=1;
for (id=1; id <= maxID; id++)
{
if (document.getElementById("desc_" + id))
tShowHide(id, 2);
}
}
function tExpandAll(maxID)
{
document.getElementById("alls_action").innerHTML = "Collapse descriptions";
var id=1;
for (id=1; id <= maxID; id++)
{
if (document.getElementById("more_" + id))
tShowHide(id, 1);
}
}
function tShowHide(id, show)
{
var s = document.getElementById("more_" + id);
if ((s.innerHTML!=fDesc[id] || show==1) && show!=2)
{
s.innerHTML = fDesc[id];
}
else
{
s.innerHTML = '...';
}
}