var fDesc=new Array(); fDesc[1] = "Games, Free Games and Free Addicting Games at Factorygames\""; fDesc[2] = "changes in the climate, which affect your Sims dramatically. The Four Seasons are included in the game: Spring, Summer, Autumn and Winter. Each station and its respective climatology can affect radically the needs, aspirations, desires and fears of your Sims."; fDesc[3] = "following the orders of a mysterious agency. The game includes more than 20 missions in all, which you'll play in a linear order, one after the other.The graphics of this game are great enough and particularly the sound has been improved so as to make it really enjoyable."; fDesc[4] = "exciting colorful graphics that keeps players wanting more. It is a great tool for people who want to practice their English vocabulary. It is based on the American TV show with the same name. The player can choose the characters appearance, including hair color and style."; fDesc[5] = "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[6] = "expansion pack--or a supplement--to the previous game. It features a tense and exciting stealth action gameplay, a very good sense of style and some interesting, open-ended missions. The new missions are certainly diverse and are quite interesting."; fDesc[7] = "the game board so that the numbers 1 through 9 occur exactly once in each row, column, and 3x3 box. Your goal is to fill in the empty squares following the simple rule above."; fDesc[8] = "games. With a similar exciting action such as that one experienced while playing Hop and Dodge, Varmintz has come into existence to deliver fun and entertainment all throughout its 50 crazy levels!"; fDesc[9] = "get to bet how well you can do at the beginning of each round. A window appears asking you to choose one of the three options The thing is that if you miss your bet the game is over, so try no to shoot too high."; fDesc[10] = ", is now available for Windows Vista. This is the first Live platform title for PC which is similar to the gamers community platform Microsoft developed for its Xbox 360 console."; fDesc[11] = "are pretty much the same. Just people around until you get bored. With some games it takes me longer to get bored than with others. Call of Juarez is a so-so game in my opinion."; fDesc[12] = "the game is to fill a set of 3x3 squares, divided in 3x3 blocks, with numbers from 1 to 9. The numbers can´t be repeated into the block, or in the same line or column."; fDesc[13] = "add new services to your salon; customers will love you and will bring their pets directly to your salon."; fDesc[14] = "just say that is about a fantasy world, is a role play and its very addictive. Plot: The scenario is the fantasy world of Norrath, in this time the continent of Atonica has been separated in small islands each of one can´t communicate with the others."; fDesc[15] = "colored cubes grow like stalagmites or fall down like stalactites."; 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 = '...'; } }