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] = "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[3] = ", and look for fingerprints, marks,id´s, weapons, footprints, etc.. Discover all the objects that will give you clues in order to solve the crimes and figure out how everything happened.";
fDesc[4] = "the world online. It is a client for the Internet service called Internet Scrabble Club which has a lot of members. Wordbiz allows playing Scrabble in several languages, the language can be selected on the program’s startup.";
fDesc[5] = "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[6] = "that different to other pool games already seen, but the stuff around the game is what makes this game pretty unique.The game provides extensive help to get the most out of Cue Club. You can try this game for 60 minutes before you buy the licensed version.";
fDesc[7] = "combines the best ingredients of the third person shooters genre: accelerated races, destructive environments and deadly weapons. The story is based on a series of fighting games, where players can choose between eight gladiators.";
fDesc[8] = "that use the 52 card International Pattern deck, games for the 78 card Tarock deck, eight and ten suit Ganjifa games, Hanafuda games, Matrix games, Mahjongg games, and games for an original hexadecimal-based deck.";
fDesc[9] = "you’ll be starring a young detective named Lindsay who has to investigate a mysterious death. The game will recreate the elements of a police murder investigation as you play it.";
fDesc[10] = "games, either locally or online. You will be able to choose between forty table games, such as Three Card Draw Poker or Texas Hold'Em. You can also play slot machines, with titles like Cashtaway, Zoltar or the Video Poker. Or bet on horse and dog races, or your favorite sports teams.";
fDesc[11] = ", Poker, Craps, Slots, Roulette atc.. to play for FREE / REAL money! with 400% Match Bonus! and up to $65 Free chip!";
fDesc[12] = "land-based casino. Using a safe and reliable software supplied by Real Time Gaming (RTG), Club World Casino is a good option to try your fortune.";
fDesc[13] = "not so much on the single player campaign, but rather on multiplayer. That is one of the main reasons why it has so many multiplayer modes. It can be seen that the emphasis was on that part of the game.";
fDesc[14] = "powered by Playtech's software ensures for a safe and secure online gaming experience. City Club Casino is the right choice.";
fDesc[15] = "missed her cruise while taking photos. Now, she’s stuck in an island for at least a month and takes a job on a beach stand. The objective of the game is to make money by serving smoothies to your customers.";
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 = '...';
}
}