var fDesc=new Array();
fDesc[1] = "Using WinFlashs built-in editing, browsing and viewing capabilities, users can construct anything from simple, text-only, decks for a quick pre-quiz review to complex, multi-media, computer-based-trainin g applications for corporate use.";
fDesc[2] = "improvements that make the game even more addictive. Players have the option of choosing to play the single player campaigns, multiplayer, or random maps.";
fDesc[3] = "houses which you rent and collect the money every month, and you also own some empty lots on which you can construct new houses. You can try this game for 60 minutes before you buy the licensed version.";
fDesc[4] = "necessary tools and library to architects, designers, builders to design, document and construct their modeling projects. It features bi-directional association, material takeoff, parametric components, design options and visualization, etc.";
fDesc[5] = "Arts. The main feature of Black & White 2 is that you can be a god. You start on an island where your hand is the mouse pointer and you must leave the island dragging yourself by clicking with the mouse.";
fDesc[6] = "attractive therefore mostly persons want to change them with their own icons. But to create your own icons you will require Icon Constructor. And here is your superior quality Icon Constructor.";
fDesc[7] = "video game that was released probably 10 years ago. In Build in Time, you are a sort of contractor that gets to build properties. You are given materials and styles to choose from since 1950 and you can go forward in time until the year 2000 or so.";
fDesc[8] = "includes an event based system for defining how the game or application will behave, in a visual, human-readable way. Features: Super fast hardware-accelerated DirectX 9 graphics engine. Add multiple pixel shaders for advanced special effects, including lighting, HDR, distortion, lenses and more Physics engine for realistic object behaviour. Place object on different layers for organising display, parallaxing, or whole-layer effects. Debugger giving you complete control over all aspects of your game for testing purposes. Smaller, faster specialised runtime for applications. 50+ plugins ranging from Tiled Background to database access.";
fDesc[9] = "maths program to create activities that promote and teach theorems, introduce concepts, and model real life situations in an easy to understand way with Cabri 3D's visualization tools.";
fDesc[10] = "rules. You can choose between 14 different tile sets and 10 different background themes. A female voice will guide you through the game.";
fDesc[11] = "construct the zoo from the start. You will have to take care of the animals, feeding them, sending a doctor to take care of them or petting them. Eventually, you´ll need to relocate or move some animals.";
fDesc[12] = "sandbox mode. In the career mode you must achieve a task before deadline. Should you succeed, you´ll be awarded with a promotion. In the sandbox mode you can build your own townat your leisure. In both modes you can construct buildings.";
fDesc[13] = "a fine interface. Two textboxes, one for entering the file to be divided (can be filled by browsing) and the other one for specifying the output directory, are there. Just click the \"Merge\" or \"Divide files\". It is just simple.";
fDesc[14] = "programming in order to have your own professional website setup in a few minutes.";
fDesc[15] = "these group(s) will follow in the makeup of your passwords";
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 = '...';
}
}