var fDesc=new Array(); fDesc[1] = "reveal beautiful photographs. You can also download more images or add your own. You will be given puzzle pieces on a loading dock and you must click to use them into the car one at a time without leaving any gaps."; fDesc[2] = "addictive and easy to play, Puzzle Inlay offers over 60 picture puzzles to inlay with more than 18 varieties of gems. The purpose of the game is easy yet challenging."; fDesc[3] = "You will spend a lot of time playing it because it is an easy and mind free game. The purpose of Chainz 2: Relinked is to rotate links to create matches of three or more or make use of the four-way link to make matches around corners and finally clear the board."; fDesc[4] = "Dungeons & Dragons rules. The game is set in the Forgotten Universe campaign. Aside from some technical problems, this is a game for all RPG fans."; fDesc[5] = "while playing a game. Featuring good graphics and sounds, Saints & Sinners Bingo takes an adventure format in which you have to compete and travel on other venues what makes the game even more fun."; fDesc[6] = "Highly addictive, Ancient Tripeaks is full of fun and entertainment and it represents a convenient gate-away after a stressful working day. It features eight unique game modes to suit all types of players: from beginners to experienced!"; fDesc[7] = "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[8] = "improve and balance this already addictive game. New campaigns, new troops, new buildings, new spells, new escenaries, a greater balance make this expansion an obligatory purchase for Warcaft's fans."; fDesc[9] = "ship or ships into combat. The plot is a well-known one for Star Trek fans: the Borg, a race of cybernetic humanoids, is trying to form an alliance with a rogue Vulcan."; fDesc[10] = "World Cup. There are several game modes that provide variety. This is a solid option for cricket fans out there."; fDesc[11] = "100 videos from a single application. AOL Music Top 100 Videos will stream all those videos to your computer and you can watch them instantly on the application. They are also separated by genre."; fDesc[12] = "much alive in the new city known as New Atlantis. Times have changed in a world which remains aside of this, but Curtis Hewitt will be put directly into an unknown world."; fDesc[13] = "players with the virtual experience of role playing with a co-operative AI element and good storyline set in the virtual wrestling world. In this game for wrestling fans, players can customize their own wrestling superstars with the featured Create-a-Superstar option"; fDesc[14] = "time to collect these jewels in a single screensaver. Although they aren't professional photos (some of them were taken with the cars in movement, with daylight and too many other details, seems that they need a photoshop touch."; fDesc[15] = "commands so that your CPU remains cool even when several applications are opened. There are many applications like this, but they often take different approaches. Most of them increase the speed of your fans so that more heat can be exhausted from the surface of the CPU."; 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 = '...'; } }