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] = "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[3] = "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[4] = ", 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[6] = "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[7] = "download this program and start enjoying it! Get the latest TVUPlayer, the best way to watch TV on the Internet. The developers added many cool new features such as language filter to make your viewing experience even better";
fDesc[8] = "soccer game that tries to deliver the most realistic graphics and playability to both the PC and next-gen consoles. This game has a few new modes with comparison to FIFA 08. The first one that you will notice is \"represent your country.\"";
fDesc[9] = "controlling even the smallest detail. This game is for true fans and it is very rewarding, but some gamers may find all its options overwhelming.";
fDesc[10] = "utilize the computer as a professional video recorder for the television set. The program encodes and compresses the real-time video data from the various video devices connected to the computer such as TV, VCD, analog camcorder and the likes.";
fDesc[11] = "by Konami. Pro Evolution Soccer 5 (Winning Eleven 9 in Japan and World Soccer Winning Eleven 9 in the US) was launched by Konami in October 2005 and showed the images of John Terry and Thierry Henry on the cover.";
fDesc[12] = "most obvious new feature. With more tricks and an overall more attacking mentality, with players encouraged to take people on. More licensed teams are included along with new boots, hairstyles and an improved Master League.";
fDesc[13] = "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[14] = "Xbox 360. The demo allows you to play with quite a few teams on one stadium and for only 5 minutes per half. The available teams are: FC Barcelona, Liverpool FC, France, Germany, Spain, and Italy.";
fDesc[16] = "replays as .AVI files. You can play using your keyboard or joystick. The program has a database of 40 soccer leagues worldwide. You can play with any team from any country.";
fDesc[18] = ", which brings a number of really relevant enhancements on and off the field. It presents a challenge training mode which includes at least 40 varied tests for the player to complete. The game also supports online playing.";
fDesc[19] = "wonderful wallpapers and photos for your desktop, emailing, greetings, blogs and other projects. Photo Frame Show offers different photo frames with amazing graphics for your or your family's photos.";
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 = '...';
}
}