var fDesc=new Array(); fDesc[1] = "with the rapid growth of your network and expands with your network monitoring needs."; fDesc[2] = "4000 years ago. Match magic gold tiles as you travel through 11 dynasties and 175 levels. Unlock centuries of wisdom to collect the Lost Dynasty Treasures!"; fDesc[3] = "and will captivate you while you are playing. The game consists in a bunch of words mixed up on the screen that you will have to find to get points."; fDesc[4] = "Games. One of the most eagerly awaited strategy and adventure games, Age of Mythology, finally comes out of Ensemble studies, the creators of the classic game, Age of Empires, the most outcoming of this video games genre."; fDesc[5] = "background of the game is such that, you are the head of an international team of skilled explorers who are on a classified mission. In this mission you are provided with 76 challenging levels where you have to unfold the secrets of the long lost fabled continent."; fDesc[6] = "Games, Free Games and Free Addicting Games at Factorygames\""; fDesc[7] = "amount of points possible in 20 spins. The game presents 3 modes: Classic, Mixed Matrix, and Patterns. You can change backgrounds, keep track of your scores, and control audio. Not available for Mac."; fDesc[8] = "game of 2D in all history. If you are a devoted fan of the classic jumping plumber (just like me), I can guarantee you that you will spend many hours enjoying this great game."; fDesc[9] = "option among the great number of chess games available, and besides it has a freeware license. Try out this challenging strategy game, against another player or vs the computer!"; fDesc[10] = "Games. Sid Meier's Railroads! represents the return of a classic after being revised and updated in its appearance and game options. The best rail simulator awaits you in this addictive title."; fDesc[11] = "Arasan has been designed to be an strong and challenging opponnent, so beating the computer will be a real challenge. The game interface has a simple design, and offers a number of features to adapt the game according to your preferences."; fDesc[12] = "family can enjoy. Hand-crafted by an old pro, Super DX-Ball is the quintessential brick-breaking game that you've been searching for."; fDesc[13] = "so on), you´ll need to destroy the aliens, stop the invasion and save the Earth. The game is viewed from the top, you control a spaceship on the lower end of the screen, shooting the enemies that will appear from the top."; fDesc[14] = "Super Fun Classic, Find the monkey, Leisure and Puzzle. This sequel of 5 Spots I is great as it not only brings new images to the classic mode game, but also completes the game with new additional game modes."; 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 = '...'; } }