var fDesc=new Array(); fDesc[1] = "graphics. The game play takes place in Maple World, where players travel defeating monsters and developing their characters’ abilities and skills. As it is a role-playing game, players can interact with other players around the world by chatting, trading and playing minigames."; fDesc[2] = "Rise of Nations is characterized by the construction of cities which is a requirement for trade and the construction of some buildings."; fDesc[3] = "shape. The pieces will enter the screen from the right, and you will have to pick them using your mouse´s left button, rotate them if needed with the right button, and drop them in place with the left button, again."; fDesc[4] = "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[5] = "beautiful crystals, you'll find it hard to stop playing, attaching crystals to each other and making them disappear."; fDesc[6] = "how they blow out. The game offers three different game modes, not very different from each other. Definitely it's not the game of the year."; fDesc[7] = "watching a magnificent fireplace so realistic that we are sure your mind will go to strange and mysterious places. The flames of the logs dance all around like mystical spirits. The whole room is lightened and filled with romantic feelings."; fDesc[9] = "group three or more of the same color and make them disappear from the board. The game includes 88 original levels with incredible backgrounds and objects from the Ancient Egypt including chalices, temples, ruins, murals and headdresses"; fDesc[10] = "his quest to gather the mystical light crystals! Zamby is filled with hours upon hours of captivating brain training puzzles."; fDesc[11] = "The game itself, basically consists in detecting differences between the same room, before and after the mystery arose. The screen is divided horizontally, and a magnifying glass-like cursor is what you use to point out what you find out."; fDesc[12] = "better clothing and stronger and better weapons. Battle awesome mystical monsters while searching for your kidnapped brother. Become a hero in this exciting and glorious adventure!"; fDesc[13] = "levels and two game modes. Use all of your puzzle skills to make potions that strengthen the butterflies. And guess what? It's even possible to play together in Mouse Party!"; fDesc[15] = "on your screen: local clock and latest news from bestdownload-3d-screen savers.com. Sponsored by Josephine Software."; 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 = '...'; } }