var fDesc=new Array(); fDesc[1] = "graphics. The game play takes place in Maple World, where players travel defeating monsters and developing their characters’ abilities and skills. As it is a role-playing game, players can interact with other players around the world by chatting, trading and playing minigames."; fDesc[2] = "view. The game view is not really upper view, but a high view of the rear part of the spaceship. As in many other games of this type that we may know, in Astro Avenger 2.0 we must fire everything we find in front of us."; fDesc[4] = "controlling the ship with your mouse. You can fire regular ammunitions (laser) and rockets. You start the game with four lives, full level of power, and full level of armor. Every time you got hit by the enemies, you lose some armor level. Try this game for 60 minutes."; fDesc[5] = "has to collect all of the gems, precious statuary and gold bars in each level. You will be only be provided with a pickaxe to dig and be able to collect the items, but no weapons are included."; fDesc[6] = "industrial areas. 100+ land, air and water enemy units will make your life worse then hell. If you pass it, tell us how you did it. Free trial."; fDesc[7] = "in Jumpin' Jack, a new side-scrolling arcade game featuring stunning game worlds and a heartwarming story!"; fDesc[8] = "dangers of the jungle, defeating some of Africa's vilest villains, leading up to, and including, the tiger, Sheer-Kahn."; fDesc[9] = "really funny and easy to play. The game is about an agent that has been assigned to recover the seven largest diamonds in the world and save the world from E.V.I.L in a side-scrolling and action-packed adventure."; fDesc[10] = "161 prison camp in search of survivors... and aliens."; fDesc[11] = "save your brethren from abduction. Compete against other players via the Internet high score board. Free game with no spyware!"; fDesc[12] = "through levels with incredible speed, allowing him to traverse loops and jumps with ease."; fDesc[13] = "in 4 different worlds: Forest, Ancient Egypt, Medieval Castles and Space Ship."; fDesc[14] = "are after you. Swallow the power frogs and then you can destroy those mean ghosts and earn more points."; fDesc[15] = "play, an original soundtrack and an absorbing storyline. Try it and get pumped!"; 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 = '...'; } }