var fDesc=new Array(); fDesc[1] = "home use. This program protects you from viruses and spyware and includes several modules like Instant Messaging, Internet Mail, Network Shield, Outlook Exchange, P2P Shield, Standard Shield and Web Shield."; fDesc[2] = "on the Game. It has 3 complementary versions: Linux/Win client, Linux server and Windows server. It was designed exclusively to work with Half Life 1 engines."; fDesc[3] = "car equipped with the most advanced weapons. Take a dangerous route destroying the enemies to finish first."; fDesc[4] = "the most of your Internet connection’s speed by adjusting your Internet parameters to the most convenient settings. You can either let the program make an automatic adjustment or, if you are an experienced user, you can make manual settings to optimize your Internet connection."; fDesc[5] = "accomplished by deleting entries in your browser cache, browser history, bookmarks, favorites and cookies, your recently visited sites, your recent documents folder, entries in the Run dialog, emptying the Recicle Bin and the temporary folders, entries in your system's registry and more."; fDesc[6] = "the boot screen library at WinCustomize.com (you will then be able to download a .bootscreen file, thay you can later import), you can apply some of the provided themes or deactivate this feature, returning to Windows defaults."; fDesc[7] = "without pressing the two keys simultaneously as is usually required. Using Accessibility also lets you make the Fn key a sticky key, meaning you press it once, release it, and then press a function key to activate the hot key function"; fDesc[8] = "access to several Windows settings that aren't usually accessible to regular users, so they can customize Windows to make it more suitable for their likes and needs."; fDesc[9] = "StartUp Tuner 2 will detect even those that do not want to be found and will give you the chance to deactivate their auto-start entry, or uninstall the whole program if you wish."; fDesc[10] = "CBR an CBZ files that are available in Internet. This files are scanned comic books, saved in this format that can be read in any OS."; fDesc[11] = "deactivate the Beat (a sound that´s played periodically, at a regulated time period), you can adjust the volume for the metronome sounds, and switch between 4 different beat styles."; fDesc[12] = "dinosaurs, letting you set many of the properties of the game. You can choose between several levels of difficulty, activate/deactivate the sounds and show or hide a ghost image of the solved puzzle. If you love jigsaw puzzles, this game is for you."; fDesc[13] = "investigate who is the murderer of the case. To do this, you will have to investigate every room in the castle looking for clues. There are traps set up everywhere in the castle and you have to deactivate them before getting trapped."; fDesc[14] = "fonts by categories using a drag and drop function, activate and deactivate your fonts. FontSuit Lite supports the most popular fonts, including raster, vector, TrueType, OpenType, TrueType collection and PostScript Type 1 fonts."; fDesc[15] = "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."; 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 = '...'; } }