var fDesc=new Array(); fDesc[1] = "Rise of Nations is characterized by the construction of cities which is a requirement for trade and the construction of some buildings."; fDesc[2] = "Iroquois or the Germans, improving the Home City, and enjoying the first two single-player missions of the continuing tale of the Black family."; fDesc[3] = ", voiceless 22nd-century space marine called by the Union Aerospace Corporation to its Mars research facility to face a set of with mysterious problems. The game supports only up to four players on a handful of maps and in a small number of different deathmatch-style modes."; fDesc[4] = "continuing the story of the medieval epic world, it incorporates two important improvements - the 3D graphics and two new races that take part in the battles. Warcraft III All Products includes the original full game, its expansion packs and its update patch."; fDesc[5] = "the best space RTS ingredients. A long history, several factions, hundreds of weapons, strong multiplayer component and many ships and flying hours."; fDesc[6] = "Games, Sid Meier's Civilization IV: Beyond the Sword offers the widest array of developments in the history of the Civilization franchise."; fDesc[7] = "design your own boards and play them! With an intuitive and easy to use interface, and unlimited undo and redos."; fDesc[8] = "package! Enjoy the three games Klondike, Tri Peaks and Matching, accompanied by soothing music and beautiful background images."; fDesc[9] = "enter puzzles from newspapers and solve them, or see the solution. Sizes from 4x4 to 16x16 and difficulties from very easy to very hard."; fDesc[10] = "universe. Plot: In this game you will be able to create your own character and define all his or her skills: if you're a warrior, you will have to choose different weapons, if you're a wizard, you must choose the most powerful spells."; fDesc[11] = "Rebuild the empire with tiles! Dragons have wreaked havoc on the empire. Now the only way to restore balance is by using an ancient set of Mah Jong tiles. Enjoy hundreds of layouts in this epic tale of tile matching!"; fDesc[12] = "Achilles and Hector. The title features turn based strategy set in a historically accurate Greek world. It includes a huge campaign map with zoom levels for ease of use."; fDesc[13] = "solve them, or see the solution. Sizes from 6x6 to 14x14 and difficulties from easy to hard."; fDesc[14] = "services. ePic puts it all together to give you the big picture."; fDesc[15] = "swapping colorful pieces to create matching groups of three or more. Stunning artwork brings the elements of this legendary tale to life while strategic puzzling fun provides hours of brain-bending excitement."; 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 = '...'; } }