var fDesc=new Array(); fDesc[1] = "source codecs like Ogg vorbis. With the built-in utilities like library manager, music ripping and burning to CDs and its great playback quality, it is indeed a great music player to have."; fDesc[2] = "improvements that make the game even more addictive. Players have the option of choosing to play the single player campaigns, multiplayer, or random maps."; fDesc[3] = "mode, i.e the same history and strategy in real time. The big difference that shows the wisdom of the people of Microsoft and Ensemble study is that it adds 5 new civilizations and substantially improves the artificial intelligence."; fDesc[4] = "game of historical empire building in which the player builds an empire from scratch. All full-time standard game starts in 4000 BC with a single settler, to build the first city, and an explorer or a warrior."; fDesc[5] = "Games, Sid Meier's Civilization IV: Beyond the Sword offers the widest array of developments in the history of the Civilization franchise."; fDesc[6] = "strategy game. Among other developments, this expansion includes 6 new civilizations, 10 new leaders of civilization, 8 new scenarios and new units and buildings."; fDesc[7] = ", designer of Civilization II and Alpha Centauri) and published by Microsoft Games Studios. This is the sequel to the popular Rise of Nations saga."; fDesc[8] = "ocean? Now you can feel that as you dive through an exhilarating coral reef scenery and find a massive clock of stone and metal sunk next to corals and algae of different colors and shapes. That is the Coral Clock 3D Screensaver!"; fDesc[9] = "You choose the nation, the leader and take on board. After landing on the shore, you found the colony. You need to discover new lands, found new towns, defeat enemies, pay gold to your king or fight against him for independence."; fDesc[10] = "to a powerful civilization by founding cities, working the land, researching science, trading or fighting with other nations. Before being able to play you have to connect to a server with the client, either locally or somewhere on the net."; fDesc[11] = "game is a ball breaking game. In each stage there will be coloured balls that appear in a row and follow a chanel which is different in each stage. If the balls get to the end of the chanel you'll lose a life. To avoid this you can move from left to right and shoot coloured balls."; fDesc[12] = ", combining some elements of brick busting games with match 3 mechanics. Apart from being enjoyable and challenging, it is absolutely free."; fDesc[13] = "your brain to work. Solve over 225 unique puzzles on your way to gold, gems and treasure hunting glory!"; fDesc[14] = "game. In this case, we are going back to battle but with a new civilization, the Macedonian. Plot: Fate of Hellas is set in ancient Greece 2500 years ago, before the rise of Rome."; fDesc[15] = "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."; 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 = '...'; } }