var fDesc=new Array();
fDesc[1] = "line, focusing on an experience of intense and exciting race.GRID focuses 100% in the race. GRID will take players to amazing racing places on three continents.";
fDesc[2] = "The release was delayed several times because of developing issues and the end product wasn't really polished in terms of design and functionality. However, it still managed to sell 2 million copies.";
fDesc[3] = "the moment and includes the Fiorano, the Scaglietti and the 430 Scuderia. It has good graphics and options. A good, fun choice for Ferrari fans.";
fDesc[5] = "is also extremely well presented and plays great. The first things that you will see are the great graphics. Every car is so detailed that you couldn't tell the difference from the real thing.";
fDesc[6] = "palm trees and waves, look just as if you were there, enjoying nature at its best. The sky changes in shades of red, orange and yellow, as the sun is reflected on the surface of the ocean in hundreds of colors.";
fDesc[7] = "clouds drift by and the meadow flowers bend in a gentle breeze. Download the full version of Living 3D Butterflies and watch your screen come alive with the beauty of spectacular 3D butterflies.";
fDesc[9] = "time, you can also race and perform other kind of missions. The game is smooth and offers a lot of fun to all kinds of gamers.";
fDesc[10] = "Codemasters, who have been making great racing games one after another for more than 10 years. These games are like women to men. The first thing one notices about them is how beautiful they are, the definition of their shapes.";
fDesc[11] = "events as well as track and drift racing, in virtual environments around the world. The Juiced 2 Hot Import Nights game features vehicle customization and next-gen AI competitors.";
fDesc[12] = "your screen for simultaneous surfing. The app uses Internet Explorer as its base.";
fDesc[13] = "free version of RocketTime will let you synchronize your clock, display two time zones, automatically check the clock for you, and see a history of corrections and time sources.";
fDesc[14] = "bright-colored background, whenever your monitor goes into standby mode. The snowflake images displayed are from the outstanding snowflake photographic collection belonging to the photographer Wilson A. Bentley (1865-1931).";
fDesc[15] = "the game. Drift Revolution has all the quality one would expect from ISI. It is one of the best drifting games in the Internet.";
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 = '...';
}
}