var fDesc=new Array(); fDesc[1] = "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[2] = "Diagnostics module - Benchmarks - Tweaking features - Web links - Favorite pages - Built-in hardware database - Full Windows XP compatibility - Full Windows Server 2003 compatibility - Fully localized user interface."; fDesc[3] = "need to tune NVIDIA GPU based display adapters. Advanced tuning features such as driver-level Direct3D / OpenGL and system tuning, flexible profiling system allowing to make custom settings on per-application basis etc. are included."; fDesc[4] = "creation process. Real-time playback of your edits, nondestructive editing, and unlimited undo/redo make tweaking your videos a snap, while dockable windows and customizable keyboard commands let you personalize the interface for your work style."; fDesc[5] = "steps - you can soon say Goodbye to frequent windows freezes and restarts and Hello to faster boot ups and more productivity with a faster accelerated system."; 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] = "of several registry keys. You can explore the tweak database, select and apply tweaks, save them in profiles, perform undo operations and more."; fDesc[8] = "Cache), checks your Internet Settings (HTTP, TCP/IP, IE, Firefox), unnecessary Start Up programs, checks your Registry to fix it and suggests some tweaking that can be made to enhance your system performance."; fDesc[9] = "tune it up but doesnt want to spend any dolar on it. Thoosje Vista Tweaker is easy to use and secure, even more if you take advantage of its registry backup feature before start tweaking your windows vista."; fDesc[10] = "Dial-Up, ADSL, Cable or ISDN connection by tweaking certain parameters in the configuration. Once the changes are made, the program tells you that you must reboot your system in order to experience the new speed."; fDesc[11] = "utilities in one: it was developed to combine both tweaking and optimizing features to increase the speed of your Windows XP system."; fDesc[12] = "elements in your registry, fine tuning them to get the better possible performance. Tweak-XP Pro include more than 56 different utilities, offered in several sections."; fDesc[13] = "best way to tweak and optimize your Windows XP system. Advanced XP Tweak gives your system the look you want, and optimizes its performance."; fDesc[14] = "appearance and performance. Prevent others from changing your settings, increase Windows security. Administer all user accounts on your computer!"; fDesc[15] = "settings, improving appearance, performance, security and functionality. Helps you configure Windows Vista to your own personal preferences."; 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 = '...'; } }