var fDesc=new Array(); fDesc[1] = "line, focusing on an experience of intense and exciting race.GRID focuses 100% in the race. GRID will take players to amazing racing places on three continents."; fDesc[2] = "racing cars. Plot: You will have to compete in long, intense and complex circuits bypassing all your rivals, and of course, you will pass through all the usual dangers of such games."; fDesc[3] = "brings the same realism that GTR offers, but with legendary cars of the 60s and 70s. Feel as if you were inside one of these racing cars, thanks to the game's powerful simulation engine."; fDesc[4] = "car is offroad type, so you can imagine big trucks, with high power engines and big tires. The circuits in which the races take place are full of curves and hills so it keeps very interesting all the time."; fDesc[5] = ", such as Mustangs, Mercedes, Fords and others 7 car brands, in the 17 most famous circuits around the world. The races will take place by day or night. You can pick your favorite track, and race with the team, car or pilot that you choose. You´re even able to choose your opponents."; fDesc[6] = "or French. The electrical circuits can be of direct or alternate current. Solve Elec features an oscilloscope and performs frequency response graphs."; fDesc[7] = ", fashioned after the Sequential Circuits Prophet-5, combines the sonic properties of the unique originals with the practical requirements of the present day."; fDesc[8] = "through QUCS´ graphical user interface (GUI). To do that, you can select eeach required component from the wide library the program has."; fDesc[9] = "the world. The player can choose between 9 different off-road vehicles depending of his driving characteristics. In this game there are two game modes, arcade mode and championship mode."; fDesc[10] = "TINA, loaded with a library of TI macromodels plus passive and active models. TINA-TI is ideal for designing, testing, and troubleshooting circuits."; fDesc[11] = "troubleshoot the electrical circuits. So if you are an electrical field student, professional electrical engineer or if you just want to learn about electrical circuits and troubleshooting techniques as a hobbyist then this training software is for you."; fDesc[12] = "reproduce that vintage phasing effect that you find in many old recordings, although you will hear it with the modern digital processing techniques."; fDesc[14] = "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[15] = "(gates, flipflops ...), oscillator, ROM/RAM, PLA and TTL elements. Oscilloscope. Comfortable creation ofown elements and macro elements."; 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 = '...'; } }