var fDesc=new Array(); fDesc[1] = "generated 3D world environments created using Skyline's SkylineGlobe products. With Terra Explorer installed, you can access photo-realistic, aerial image based terrains over the Internet, an intranet, or a DVD/CD-ROM."; fDesc[2] = "allows many operations over different formats and layers of mapping information. It can open almost any mapping file format for modifying or simply converting it. Global Mapper runs on Windows 98/NT/2000/ME/XP (32-64 Bit) / Vista (32-64 Bit) platforms."; fDesc[3] = "by Blitwise productions, it is easy and fast to play and fun and exciting. A range of 230 weapons is available with expansion packs each adding to the excitement."; fDesc[4] = "first stand-alone expansion pack launched for the fifth installment of the game. This expansion should not be missed by any fan of this amazing strategy saga."; fDesc[5] = "vehicles and off road tracks. You will feel the adrenaline in all the jumps and airborne tricks. All the scenarios full of dirt, mud, water and thick vegetation, in which you will be able to play are taken from the real world."; fDesc[6] = ", in around 20 missions and two game-play modes. With good graphics and sounds that complement the game-play, this game is very complete. But a price tag that high is bound to make your wallet think a bit about the game."; fDesc[7] = "Classic, Twisted or Mixed Course (9 holes). You control the view of the green moving your mouse, this enables you to aim the swing. You can shoot pressing the left button of the mouse, the more you press the button, the harder the strike."; fDesc[8] = "recreation. It is available for Windows and the Mac OS. The program has no learning curve, you could be rendering your first landscape image in as little as 15 minutes after installation."; fDesc[9] = "ready for the contest called Town of the year. The game is the second release of the sequel and includes great improvements and amazing new features."; fDesc[10] = "can be used in conjunction with various OpenTibia program tools. This version (1.1.6) contains many new features. There are a lot of new brushes and better organization of the RAW palettes."; fDesc[11] = "your sights on the prey of a lifetime. Unique action-packed missions will get your quarry running and your heart pu"; fDesc[12] = "mind to enable them to create 2D drawings by providing them with all the tools they need and to provide them with a 3D authoring and modeling features and tools."; fDesc[13] = "terrain. Volcano: Massive eruption that throws fire and debris everywhere. Pedestal: Puts the tank up on a high pedestal. Fire Storm: Multiple explosions with a sea of awesome bouncing fireballs."; fDesc[14] = "that rains hundreds of bullets, will stop over opponents tanks. Porcupine: Projectiles cut through any defense to hit fortified opponents."; fDesc[15] = "incorporates new functionality, like the Missions Publisher , and some improvements. Above all, it incorporates a much improved flight model if compared with its predecessor."; fDesc[16] = "aircraft flying around your area? Imagine the thrill of organizing all those airplanes down to safety while avoiding mid-air collisions and flight delays? Then the Radar Screensaver is for you!"; fDesc[17] = ", 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[18] = "around looking for a reason to explode. Super Star: Flying star explodes into 3 pieces then orbits and fires at tank. Gamma Blaster: Magnetized gamma radiation particles fly through air and terrain."; fDesc[19] = "they travel. Quad Missile - Four small missiles release at a distance, then home in. Carpet Bomb - Difficult to miss at a distance, very powerful with line-of-sight."; fDesc[20] = "disintegration ray that also cuts through terrain [new]. Sand Storm: Amazing dust cloud forms and buries an area in sand. Lemon: This weapon is a 'lemon'. Hope you don't get it!"; 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 = '...'; } }