var fDesc=new Array();
fDesc[1] = "automatic), precision adjustments of contrast, luminosity (brightness), color saturation, etc. as well as gamma correction on pictures too dark or too bright. Selection of several shapes: rectangle, ellipse, rhombus, triangle, polygons, etc.";
fDesc[2] = "It includes templates and tutorials to help you do your homework in Microsoft Office. Includes Microsoft Math for doing mathematical calculations including solving equations and plotting graphs, calculus, etc. Dictionary and Thesaurus helps learn foreign languages too.";
fDesc[3] = "easy, simple and efficient way. This amazing program will become an excellent utility when you have to develop your 3D projects, because it will allow you to create any image from scratch, or modify any model that you already have on your PC.";
fDesc[4] = "scenario. The tool is MIDI-sync-able, featuring 2 oscillators per voice, choice of pulse, triangle and saw-tooth waveforms, along with oscillator detune and synchronization options.";
fDesc[5] = "Triangle. Now she is doing a research about her relative and the mysterious place itself. The gameplay is very simple: you are presented with a list of objects to find in a messy place - and you have to spot them all clicking on each discovered one.";
fDesc[6] = "his boat when all of a sudden three aliens sink his boat to the bottom of the ocean and tell him they need his help finding the Pearl of Poseidon.";
fDesc[7] = "in the drawing without destroying any of the geometrical interdependencies between the objects, which were there when you constructed them originally.";
fDesc[8] = "game. You have to look the scenes very carefully, trying to find the items on the list. When you see an item, just click on it to update the list. In addition, it offers a bonus by detecting differences between two almost identical scenes.";
fDesc[9] = "conversions) and 14 discrete calculators for the more complex functions. Complete help system with individual tips for the complicated functions.";
fDesc[10] = "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[11] = "kidnapped by aliens and taken deep under the sea to solve the mystery of a magical pearl. In your search, you will visit a series of locations looking for clues to help you solve the mystery. If he finds it, it can be used to save the world.";
fDesc[12] = "stock trend is changing. You know when to buy or sell stocks from 4T stock trading strategy.";
fDesc[13] = "simply and quickly. The Screen Compass floats above any other application so you can measure any angle on your screen.";
fDesc[14] = "3 puzzles. With a colorful interface and replacing the classic blocks by diamonds, the game challenges us to create groups of at least four pieces of the same color to make them disappear from the grid and get points.";
fDesc[15] = "as you and Sprill discover the secret of the Bermuda Triangle!";
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 = '...';
}
}