var fDesc=new Array(); fDesc[2] = "Entertainment, produced by 3D Realms and published by Gathering of Developers The development of the gameplay is through levels or stages, with cinematic sequences interruptions in which the player does not intervene and just watches the action."; fDesc[3] = "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[4] = "with the creativity of the developers.You will discover a world full of fantastic creatures and magic as the pure Japanese style."; fDesc[5] = "Realms. In this game, we will take control of a Cherokee called Domasi Tawodi to fight a number of alien races. The game will include innovative styles of gameplay and some new elements as \"Wall Walking\"."; fDesc[6] = "colorful and it takes the player through out an active game telling a story. The games starts in the land of the five cards' kingdoms where an evil force had been awaken after one hundred years."; fDesc[7] = "game. The idea beneath the game is that Eveline the Wise will have many questions for you, and you’ll have to answer them all by solving different puzzle games. The Realms of Etheria is the scenario of the story."; fDesc[8] = ", compelling music, and game play. The game has rendering in vibrant 16-bit color along with an isometric; top-down view gives a bird’s eye view of the action. It has 3D height maps for realistic travel over terrain"; fDesc[9] = "some special items hidden as well, and you must collect them for extra bonus points; some of the items are hidden in parts, so you must collect their parts and form the complete piece."; fDesc[10] = "and sound. The scenarios become full of life and colour, the designers have paid much attention to the design of details, the shadows and light effects are very good."; fDesc[11] = "Wolf clan lived in a remote place where he lived a wild existence, in harmony with nature and under the designs of the shamans, who were the mediators of the clan with the nature."; fDesc[12] = "features the ability to continue the adventures with the character the gamer created in the original Baldur’s Gate. The gamer can join up with old friends or meet old enemies."; fDesc[13] = "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."; fDesc[14] = "advanced PC and Pocket PC gamer. Realms Start with any of six different races and prepare your ship to embark on a journey through the six realms, encountering minefields, power generators, guardians and protectors. Collect Tari to upgrade your ship and buy inventory to make your journey less perilous. Once your vessel is armed, prepare to test your skills in destruction, strategy, defense, and maneuverability as you engage in space warfare"; fDesc[15] = "castle before he destroys you. It has hundreds of fantasy units, heroes, items, and spells to assist you in overcoming your enemy"; 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 = '...'; } }