var fDesc=new Array();
fDesc[1] = "been here for a long time now. The game is just not what it used to be. So with Undercover, they tried to go back to its origins. The game now has cut-scenes and a plot. You are an undercover agent.";
fDesc[2] = "possible to handle all the boards in a single canvas and work individually or jointly. This way you can create several designs of various sizes neatly within a single file.";
fDesc[3] = "standard for the future of RTS gaming once more, C&C 3 takes you back to where it all began—the Tiberium Universe. Published by Electronic Arts Inc.";
fDesc[4] = ", and sound in 2D or 3D space and then animating virtually any aspect of each element. You can also create text and vector graphics in After Effects using familiar Adobe tools, and then animate these elements to create visually innovative new motion graphics.";
fDesc[5] = "videos and photos; enabling the user to add titles, transitions, music, and special effects. The work done can be saved on DVD or be uploaded to the web.";
fDesc[6] = "gives you a fantastic plot set in medieval times in a vast region divided between a corner of shadows beneath the earth and a splendid sunlight place. In this amazing game, you will enter the two worlds.";
fDesc[7] = "Entertainment, produced by 3D Realms and published by Gathering of Developers The development of the gameplay is through levels or stages, with cinematic sequences interruptions in which the player does not intervene and just watches the action.";
fDesc[8] = "includes 230 ready-to-use effects, drawing tools, timeline and sophisticated scripting language. You can import vector art, images animation and sounds";
fDesc[9] = "bonuses will help you win and various difficulty levels will help you improve, participate in tournaments and win the grand prix.";
fDesc[10] = "by Blitwise productions, it is easy and fast to play and fun and exciting. A range of 230 weapons is available with expansion packs each adding to the excitement.";
fDesc[11] = "to virtually any media type. Design from scratch or jump-start projects from hundreds of customizable presets and templates — all from within a streamlined interface.";
fDesc[12] = "Activision. This new version of Day of Defeat, is set on the fight in the European Theater during World War II, it uses the acclaimed Source engine, and it is very much realist game, it features better graphics and sounds, and above all great physics.";
fDesc[13] = ", sparkles, motion graphics backgrounds, space effects, creatures, and abstract artistic effects, among hundreds more. The first time you run the program, and later periodically, it will check if there are updates available, using your Internet connection.";
fDesc[14] = "thirty hills and compete against other competitors or the CPU. You are also enabled to play online. Fun is unlimited as well as the options this program provides you with.";
fDesc[15] = "your own pictures and add 3D texts and shapes. Output may be exported as GIF, AVI, JPEG, ICO, PNG or BMP clips and images.";
fDesc[16] = "resembles an aquarium with fish swimming and playing around. Having such a saver is so relaxing. When I stumbled upon Dream Aquarium I was perplexed, but in a good way.";
fDesc[17] = "users to easily reorder, duplicate, or append frames to animated cursors. Images can be modified by drawing tools and filters.";
fDesc[18] = "by controlling a battle tank and taking turns at aiming and firing at each other. Good graphics, various types of weapons along with multiplayer ability promises a compelling gameplay. The small install size makes it ideal for an overwhelming gaming experience even on a PDA. .";
fDesc[19] = "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.";
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 = '...';
}
}