var fDesc=new Array(); fDesc[1] = "motorcycle steering skills. Amazing realistic motion, complex obstacles, jumps and all these are in full 3D!"; fDesc[2] = "The registered version includes five different games: easy, classic, modern, hard, and extreme. Each game has several levels. In the free demo, we can only access the easy game with seven levels. We can customize the options for a better performance."; fDesc[3] = "their type,attack type and the level at which they can be evolved. With the money won, we can bet or purchase several items, such as POKéBALLS,Great Balls,Ultra Balls,Potions and Super Potions"; fDesc[4] = "games nowadays. This game may be old but it has lost none of its entertaining value that catapulted DMA Design (now Rockstar Games) into the successful developing company it is now. Give it a try, you will enjoy it."; fDesc[5] = "the galaxy. This fast-paced game is full of action, as enemy ships and huge meteorites appear from all sides, forcing you to avoid them while at the same time shooting your enemies and collecting the power-ups."; fDesc[6] = "the cards in four foundations in suit from Ace to King. Play the most popular card game!"; fDesc[7] = "cars through detailed futuristic tracks. You´ll have to perform power slides and high-flying jumps, trying to get the 1st place. You will control the car with the arrow keys by default, but you can change the controls as you like."; fDesc[8] = "technology. * 2000dpi Laser Sensor * 32KB Onboard Memory * 1000Hz Ultrapolling™ Add 32KB of onboard memory, this intelligent mouse is a genre-defining weapon that makes for penetrating, explosive gameplay."; fDesc[9] = "main objective is to form in 4 columns, different groups of cards in ascending order to place them in foundations at the right of the screen."; fDesc[10] = "course editor. It's no different if you are an expert player or only a beginner, just go get ready to tee off and play a fun match with four animated cool characters. Go all the way through 36 holes of minigolf on designed 3-D courses."; fDesc[11] = "multiplayers on an ultra realistic sea modelled. There are 14 different ocean water courses and competitions such as Valencia, Auckland, Rio, Marseille, etcetera. Players can choose the boat or create their own regattas. You need to consider wind and weather conditions to sail."; fDesc[12] = "your galaxy from the attack of hostile ships. The game mechanics is quite simple, you move the ship with your mouse to avoid contact with the enemy’s stars while shooting them with the left button."; fDesc[13] = "intelligence. The game develops in many particular scenarios so you need to get the ball to the hole avoiding all kind of obstacles on the way. For example, in one occasion you will be playing minigolf in a cemetery, in other case you’ll be playing in the far west or in the Grand Canyon."; fDesc[14] = "place in an amusement park, next to roller coasters so that the player can experience all the excitement and adventure of a real thrill ride, as is very well depicted in the game name."; 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 = '...'; } }