var fDesc=new Array(); fDesc[1] = "Explore a secluded region of Ashan populated with fearless orcs, savage goblins, dreadful undead, elusive trolls, massive dragons and many other creatures that defy nature's creation in both size and cunning."; fDesc[2] = ", lets you choose your preferred video mode. The other one, \"Start\", launches the game. Then, you start battling with your spaceship against the enemy forces. You control your ship using the mouse, your trigger is the left button."; fDesc[3] = "more! Do you have what it takes to get the professor back to his lab?"; fDesc[4] = "\"Streets of Rage\", an action and addictive game that, together with its characters, captured the attention of all those who had a Sega Mega Drive machine. Today, we can enjoy a remake of this classic game from the 80's and 90's, which besides, is totally free!"; fDesc[6] = "exactly the same in terms of contents and rules. It's a strategy and tactic game with the ability of creating new scenarios from pre-created elements of modular design, resulting in an endless amount of possibilities."; fDesc[7] = "type of navigation vehicle is powered and steered by a jet of water created by a powerful turbine.You have to complete a course as fast as you can while navigating through buoys, and taking very good care not to miss one."; fDesc[8] = "package you will experience the complete game with “An Empire Divided” and all the expansions like Jump to Lightspeed, Rage of the Wookiees and the Trials of Obi-Wan."; fDesc[10] = "regular-people chores he decided to create a robot to help him. One day, accidentally, he turned his friend into an enemy who threw him out of his lab. Now he needs to get control back so he will need your help."; fDesc[11] = "You’ll be able to choose from 8 chix and take them for a ride round international circuits ranging from the sweaty jungles of the Amazon Basin to the streetwise cool of night-time San Francisco."; fDesc[12] = "hottest chick around by winning every race within the Hot Chix championship. If you don't fancy your chances in the championship just yet, you can practice the tracks using the time trial mode."; fDesc[15] = "battles in space, fast creation of armies and, finally, a good sense of humor."; 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 = '...'; } }