var fDesc=new Array(); fDesc[1] = "beginner, it will be hard to understand the working of the program. The program uses a nice, black interface. On the left had, we see a list with thousands of audio effects, like clapping, piano, kick, etc. The features of the program make it the best of its kind."; fDesc[3] = "free demo for evaluation from the developer's website. Depending on our computer capacity we can choose between two downloadable demo versions, the small one or vanilla version, featuring the English & Scottish Leagues and the bigger version, which includes up to 12 Leagues."; fDesc[4] = "soccer game that tries to deliver the most realistic graphics and playability to both the PC and next-gen consoles. This game has a few new modes with comparison to FIFA 08. The first one that you will notice is \"represent your country.\""; fDesc[5] = ", which brings a number of really relevant enhancements on and off the field. It presents a challenge training mode which includes at least 40 varied tests for the player to complete. The game also supports online playing."; fDesc[6] = "replays as .AVI files. You can play using your keyboard or joystick. The program has a database of 40 soccer leagues worldwide. You can play with any team from any country."; fDesc[7] = "soccer game that tries to deliver the most realistic graphics and playability to both the PC and next-gen consoles.The first one that you will notice is \"represent your country,\" which allows you to pick a country and start a sort of identity online."; fDesc[8] = "currently supports only 64-bit VST plugins. DarkWave is a work in progress, and this is an Alpha release."; fDesc[9] = "options like firewall settings, user/group controls, statistics, bandwidth control, ratio, concurrent connections, remote control and others. The server can be run as a service (for NT) and comes with a full detailed help manual."; fDesc[10] = "Arctic. In his way throughout the different levels, the bear has to fight a great variety of evil monsters with his only weapon: a snowball. In order to get to the next level, you have to kill your enemies by turning them into large snow balls that you can kick to kill others."; fDesc[11] = "easy. Another neat way of enjoying your memories is the QRPhoto to iPod MP4 Converter utility that allows you to create an iPod MP4 video by converting your digital pictures with Mp4 and h264 codecs."; fDesc[12] = "flaming molten rubber that coats the terrain. Side Kick - Bullets fire from the sides of the playfield. Blockade - Encase enemy tank in a hollow shell. Stun Gun - Two bullets are launched, spreading out over time."; fDesc[13] = "soccer game that tries to deliver the most realistic graphics and playability to both the PC and next-gen consoles. This game has a few new modes with comparison to FIFA 08."; fDesc[14] = "of various playfields and players, weather visual effects, or live cheering."; fDesc[15] = "effects. It is an interesting pool game that combines the realism of its graphics and sounds, together with an intuitive control of movements, which provides the accuracy you need to win."; 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 = '...'; } }