var fDesc=new Array();
fDesc[1] = ", new panels for Masks and Adjustments, on-the image that we can apply some adjustments to the style of Photoshop Lightroom, a 3D engine, and then only for begin.";
fDesc[2] = "few clicks, and then enjoy it with versatile streaming features. With Nero you are sure that your data is safe after an event of system crash or a damaged disc.";
fDesc[3] = "animals hilarious in nature, which include a personality-packed crew made up of a lion, zebra, giraffe and hippo along with cute penguins. The game enables the user to assume the role of the main characters from the movie.";
fDesc[4] = "who has lost her crew and her love during an attack of a ghost ship called Flying Dutchman. She knows that her crew is alive, so she is going to rescue them, including her love, of course.";
fDesc[5] = "given the task to captain a submarine which is a part of the North-Atlantic fleet. Your orders are to patrol the seas. Every patrol mission will determine the outcome of your whole career.";
fDesc[6] = "offline! Serials 2000 7.1 version contains about 6 lakh serial entries! Now, installing software using these serial numbers available is illegal. But almost all home users are using pirated / cracked software or games!";
fDesc[7] = "previous game, but with a very different major character, Belial, who is a demon and your mission will be to swallow your enemies souls. This time, the scenarios will be from the ancient Egypt, the American Civil war and other historical events.";
fDesc[8] = "travelling? Now you can be part of the first voyage of those brave seamen with the Voyage of Columbus 3D Screensaver! Get aboard one of Columbus' ships: the Santa Maria, the Pinta and the Nina - and recreate the making of American history!";
fDesc[9] = "Flight Deck Companion has provided this for the ultimate simulator experience. They have put together a complete interactive sound environment for every aircraft that is available in Microsoft Flight Simulator X and 2004. What a way to experience the effect of a simulator.";
fDesc[10] = "exactly the same in terms of contents and rules. It's a strategy and tactic game with the ability of creating new scenarios from pre-created elements of modular design, resulting in an endless amount of possibilities.";
fDesc[11] = "station Aegis is all but lost. As last remaining pilot you must defend the station against the evil Archnid race.";
fDesc[12] = "the island. The game features nice but simple graphics, and catchy pirate movie-style music, that make it very enjoyable and addictive.";
fDesc[13] = "you on a journey to outer space. You will be able to be part of the crew that will fly to Jupiter on an exploratory trip.";
fDesc[14] = "captain of a submarine who must manage the crew and take on missions to become a true submariner, while avoiding enemy torpedoes and other attacks.";
fDesc[15] = "the Royal Air Force. Attention has been give to the details of the aircraft creating high quality models and authentic sounds of the engines. All the equipments in the cockpit even the crew door can be operated with the mouse.";
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 = '...';
}
}