var fDesc=new Array();
fDesc[1] = "in Europe Be a Legend mode, which manage a single player to take him from small teams and benches to the maximum level. The graphics and atmosphere of the stadium was updated and enhanced to complement the experience of PES.";
fDesc[2] = "free demo for evaluation from the developer's website. Depending on our computer capacity we can choose between two downloadable demo versions, the small one or vanilla version, featuring the English & Scottish Leagues and the bigger version, which includes up to 12 Leagues.";
fDesc[3] = ", and now it is easier to control the ball more accurately in the desired direction. With new menus resembling Windows Vista, more goal celebrations, more technical gestures and, of course, mandatory improved graphics, Pro Evolution Soccer offers another choice to Soccer fans";
fDesc[4] = "on the sport of soccer. Version 2.0 brings improvements to the graphics and sound and many error fixes to enhance the game capabilities.";
fDesc[5] = "EA SPORTS games have gotten, but is nonetheless a fun game and a must-have for Rugby fans everywhere. For those who don't know, Rugby is a game very similar to Football, except that passes are only thrown backwards and the sport is more fluid than football.";
fDesc[6] = "programmes plus live channels * Catch up on the shows you've missed * No Sky TV subscription required * Free content for Sky TV customers";
fDesc[7] = "compete with others teams. You can place your players in the play field by selecting different formations. You can play in the Elifoot world manager league, obtaining rating and records worldwide.";
fDesc[8] = "directly to victory and profit! Football Manager 2008 comes right from Footbal Manager 2007, and in this new version, many other features are incorporated, and they are so many, that It might take a lifte time to discover 'em all!";
fDesc[10] = "a virtual football team. You´re in charge of the economic management of your team and the implementation of sport strategies required to win. Hattrick Manager allows you to sort your players, perform analysis and arrange your team, and you can do all this offline.";
fDesc[11] = "The game is so entertaining and hilarious that, even in spite of a few limitations, it will make you have an awesome time. A demo version of Football-o-saurus can be downloaded from the developers' site.";
fDesc[12] = "Premier League, French Ligue 1, German Bundesliga, Italian Serie A, Spanish La Liga, Carling Cup, FA Cup, Euro 2008.";
fDesc[13] = "Madden or any other important football game. It simply wants and achieves to be a fun game that will keep you entertained for a while. The game features OK graphics for a game of its characteristics and the controls are really easy.";
fDesc[14] = "add-on takes you along with your favorite teams as they advance in the European Football Championships. The football fans will like this simulation and it is an excellent collection for others.";
fDesc[15] = "doing exactly that. In Football Mogul Demo 2009 7.0 simulation you get to choose your own players, make contracts, negotiate trades. You have complete authority on the team’s roosters and finances.";
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 = '...';
}
}