var fDesc=new Array(); fDesc[1] = "application ever. Nowadays, billions of people use Skype for several reasons. Firstly, it allows you to call anyone who has Skype for free. The call quality is great and you can even go on a video chat with anyone who has a camera."; fDesc[2] = "You control the character with the cursor keys (to move it to the right or left) and you jump with the spacebar. You must remember that the steps are covered with ice, so they are very slippery. Be careful when you jump, without falling."; fDesc[3] = "plot and with multiple possibilities for customization. It's also an engine for creating strategy games based on XML. It's free, allows networking, it runs both on windows and linux."; fDesc[4] = "also create new scripts for it. It gives the administrator a flexible tool that can be customized for their purposes. This is one of the best administrator mods out there."; fDesc[6] = "like taken out from a Sci-Fi movie and all the nice features of the game combine nicely to make it very entertaining."; fDesc[7] = "install mods for your Grand Theft Auto. You can choose the mods from a list, and download them and install them directly from the application. You can also uninstall them in case you want to switch mods. Its a great tool for all GTA owners that like to mod their game up."; fDesc[9] = "program run it requires Java to be installed on your computer, but this is not a problem because you can download it from the developer's site for free."; fDesc[10] = "CCWS is finally on rFactor, with the first years of the Panoz chassis. All the cars and liveries are included with this mod. One of the best mods for rFactor."; fDesc[11] = "select any car, even the pace car, any track and any points scoring system. The utility is stable except with some mod files. This is a great utility for rFactor."; fDesc[12] = "you have too many rFactor mods, then the game will probably load very slowly; the older way to deal with this was uninstalling mods. But with this tool you can keep them in your hard drive and rFactor will load faster than ever."; fDesc[13] = "of the best rFactor mods out there, with beautiful cars and tracks, this is one you must have in your mod library."; fDesc[14] = "the models are really detailed. Even if you have the option of more powerful racing series for rFactor, don't overlook this great mod, which packs a lot of fun and racing."; fDesc[15] = "different mods and combine them in one customized mod. The tool is simple to use and very compact. An excellent tool designed for all fans of the game."; 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 = '...'; } }