var fDesc=new Array(); fDesc[1] = "and most of the time this can be annoying, especially if you forget web addresses easily. Now with Livestation you can access all your favorite channels with just one click, easy and fast."; fDesc[2] = "installment include the Aston Martin DB7, Ferrari 550 Maranello, and the Lamborghini Diablo SV. With the ability to download more exclusive vehicles from the Need for Speed website, there will always be something new to test drive. For multiplayer-enthusiast s, NFS3 supports up to two players with a Modem or Serial connection or up to eight players with a LAN connection. As if that wasn't enough, the already-stunning graphics have been improved, with an even higher level of attention to detail that includes blowing leaves, smoke from the burning rubber of tires, and amazing weather effects such as rain, lightning, snow, and fog. Finally, there's an all-new Hot Pursuit mode where you scorch the streets on either side of the law: Elude the fuzz as a speeding motorist or enforce justice from a police patrol vehicle. Surely, racing doesn't get any better than this."; fDesc[3] = "are modeled on the best classic and traditional hardware amp tones give users an array of choices to create sound mixes and Trash is takes the choice to another level by providing extra tones that you can’t have with hardware."; fDesc[4] = "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[5] = "and tuner."; fDesc[6] = "effects, harmonic analyser, player,recorder, wave editor,tuner, and signal generator."; fDesc[7] = "By using Unique Filer, you can isolate duplicate filenames, even true duplicate files, searching on File Size and Content. When you have completed your scan, a graphical view is shown of each “Shadow” where you can see the File-size and Date."; fDesc[8] = "for testing online regular expressions. The Regulator offers the option of customizing things for adding own items. This application makes up for the lack of regular expression support in Visual Studio, and it’s an awesome standalone application."; fDesc[9] = "Behringer USB guitar that provides users with a professional studio sound emulating the sounds and tones of the late 1960’s and early 1970’s. Features include a noise gate, post and pre-amp effects, and a preset manager with a drag and drop function available."; fDesc[10] = "the classic original Agent USA.)"; 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 = '...'; } }