var fDesc=new Array();
fDesc[1] = "dealing with poor computer capabilities or running around looking for a proper setting and codec. BS.Player is used by more than 70 millions of users throughout the world, available in 90 languages. This player surpass the sum of all downloads of competitive video/DVD players.";
fDesc[2] = "I certainly believe there is no beating this year's FIFA. The most apparent change this year is the pace of the game. Everything has been tweaked so that the game plays considerably faster. The first time I noticed this is when the goalie gets the ball.";
fDesc[3] = "you ask me. The franchise started back in the year 1993 on the Sega genesis. Since then, this game has been improving in almost every aspect possible.";
fDesc[4] = "all about: destruction. The game features a single player campaign that allows you to follow the story of Nicko, an illegal immigrant who comes to America in search of the American dream.";
fDesc[5] = "creating them seems complicated, with Abrosoft FantaMorph we can do it quite easily. This great program will let you create amazing morphing videos from still images and/or from other videos, all within a friendly interface.";
fDesc[6] = "with players from around the world. Each delivery returns us to the current NBA season, updating players, incorporating data, and so on.";
fDesc[7] = "atmosphere for you to enjoy Christmas any time you want! In it you will be able to see Frosty dancing all around, decorating the Christmas tree, playing with fireworks, turning the lights on and off and you will even listen to him playing different Christmas tunes in old vinyl records!";
fDesc[8] = "ready for the contest called Town of the year. The game is the second release of the sequel and includes great improvements and amazing new features.";
fDesc[9] = "full year and of individual month of 25 types. You can also set dual calendars, date conversion between the already named calendars plus Aztec Tonalpohualli, Aztec Xiuhpohualli, Balinese Pawukon, Thai solar, old Hindu Solar, old Hindu Lunisolar and Mayan date formats.";
fDesc[10] = "conversion categories, such as Numbers, Prefixes, Data Storage, Data Transfer, Length, Angle, Area, Volume, Volume - Dry, Time, Velocity, Acceleration, Velocity - Angular, Mass, Density, Force, and much more.";
fDesc[11] = "immerses the player in a fierce war between an intergalactic space colony called Halo and some stellar alien invaders known as the Covenants.";
fDesc[12] = "participating. Prepare delicious recipes and follow all the instructions the game will provide you with it´s hints and tips option.";
fDesc[13] = "last year, so it best crowned the best basketball game on the PC. However, this year NBA 2K9 made its grand debut on PC. NBA Live 08 followed the line of its previous games. The game featured great graphics all throughout.";
fDesc[14] = "embark on a journey to their secret clubhouse. Children must solve 24 challenges using maths, reading, logic, music and other Year 2 skills.";
fDesc[15] = "digital watch. No frills or fancy stuff. You will also have a monthly calendar. Free New Year Calendar will fulfill your basic needs of time and date, and will provide a great ambience to your home or office.";
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 = '...';
}
}