var fDesc=new Array(); fDesc[1] = "broken files. It can also capture snapshots, video or audio from the file. You can nearly make all the possible changes in a file. So give it a try and you won’t be disappointed."; fDesc[2] = "hardware information database for over 68000 devices! Yet, the program is very small, about 12MB. It includes \"Monitor Diagnostics Test\", which is a complete tool for tweaking your CRT and LCD monitor."; fDesc[3] = "first piece of evidence of that. But is worth every pound of its weight and every buck of its price. Why is that? Because it does what any other PDF creation and edition can do and some things else"; fDesc[4] = "features, package, intended frequencies and actual operating frequencies of their Intel microprocessor. Customers can also use the utility to discern whether or not an Intel processor is being operated above its Intel rated frequency."; fDesc[5] = "deal with your screensavers collection. Needless to say, Astro Gemini Software provides this tool free of charge and is extremely easy to use, so you don’t have to take too much time to learn how to use it."; fDesc[6] = "customized to our likes. The easy and fastest way to get TweakVI to work is to use the “Auto Optimize System” option, is not available in the free edition"; fDesc[7] = "purposes only, the LRPD has decided to offer such an application, so that the general public can witness by themselves the damage that can be caused by its use. You can download the PC Version (5Mb) or the MAC OS8-9 or OSX versions of Safer Vandalism Studio(tm) here, or try out the online version."; fDesc[8] = "allows you to setup different options in several parts of the system, that will allow it to run faster and in a more secure way."; fDesc[9] = "\"System Status\" in the Cleaner section. You will see information about your operating system and hardware, the IE temporary files, size of your registry files, RAM and disk usage, system restore points and incorrect Windows shutdowns."; fDesc[10] = "connection. At launch, the program presents a sleek, easy to navigate interface that is packed with useful features and utility choices that you can customize. In the Tweaks Section, Performance Tweaks 1 and 2 enable you to tweak CPU Priority Control settings"; fDesc[11] = "speed up our computers and get Windows to work properly and customized to our likes. Well, it's gonna take some work from you to get the job done, unless you use the Tweak-XP Pro Auto-Tuner wich is designed to save you time."; fDesc[12] = "explore with the help of maps and teach the children how to perform different tasks while you buy different technologies in order to help them."; fDesc[13] = "software and will provide them with high quality virtual string instruments, a drum set, bass guitar, and electric piano. With this software installed, users can build sections for their songs, practice, or jam."; fDesc[14] = "optimize your computer´s performance, while correcting problems, thus customizing your system to best suit your needs. The \"Cleanup & Optimize\" section has some tools such as Clean Disk, Remove Spyware, Clean Register, Organize Startup, Optimize Memory and Repair Shortcuts."; fDesc[15] = ", notes, address and reminder. Friendly interface, fast and stable work, detailed help section, simple tastes in system resources form this program’s uniqueness."; 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 = '...'; } }