var fDesc=new Array(); fDesc[1] = ", multilingual, and completely customizable. This utility gives us the opportunity to delete all the useless and obsolete data that we may be keeping in our system."; fDesc[2] = "installments, office functionalities without the need to load the whole operating system, Program 4.x series removed the preboot functionality for no documented reasons, focusing now on bringing the best experience within Windows, MediaDirect 4 now supports Bluray!"; fDesc[3] = ", ME, XP, 2000,2002, Linux, MacOS and others. The program allows you to backup and restore you Vista bootloader and offers many features to rescue your system."; fDesc[4] = ", improve system security, and meet all of your expectations. It's compatible with Windows Vista SP1 entirely!"; fDesc[5] = "loader within Windows Vista through a simple user interface. This means that you can install Windows 2000, Xp or any other non microsoft operating system and configure a dual boot configuration in a single hard drive or a computer with multiple hard drives."; 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] = "registers, - clean file and registry sistems, - tune computer performance, - and much more..."; fDesc[8] = "create boot image files, and generate the bootable ISO file as well, that you can use to burn on a CD/DVD."; fDesc[9] = "clean file and registry sistems, - tune computer performance, - and much more..."; fDesc[10] = "fascinates you. Vista boot logo generator is an application that lets you customize the boot screen of the operating system, that is, changes the logo start on the Windows Vista you want."; fDesc[11] = "disks for errors. Disc Checker will even tell you what files are located on sectors with errors, so you can delete or maybe save them. Furthermore, the application has the ability to create disc images in an array of formats."; fDesc[12] = "for the tasks you do most often, while cutting CPU and RAM expenses on the tasks you are."; fDesc[13] = "desktop wallpaper. You can organize the programs of your screen saver and run them in the order that you wish. Whenever you boot up, a very unique special windows is just clicks away."; fDesc[14] = "developed for managing processes on startup. It can be used for enabling, disabling, removing and adding entries into the startup menu. The program has a very simple and easy-to-use interface."; fDesc[15] = "take much time. Robust Startup Repair can be used for removing processes you don’t need or for adding new entries into the startup menu."; 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 = '...'; } }