var fDesc=new Array(); fDesc[1] = "modification of XP system files in order to make it look like Windows Vista. Mentioned in multiple magazines, Vista Inspirat is one of the best ways to change quickly and easily icons, explorer configuration and others."; fDesc[2] = "with a fresh new look. Change the look and feel of your desktop icons with this amazing tool. This tool comprises a package of icons and is able to change or replace hundreds of icons on your Windows."; fDesc[3] = "its own priority settings: high or low priority, planned work, approved work, etc. Well, this is useful if you have a lot of folders and you need to easily recognize the folder that you are working on."; fDesc[4] = "Windows Vista Aero Theme, Icons, Windows and Menus. Unfortunatelly version 1.1 is very basic and its more similar to longhorn than vista."; fDesc[5] = "possibility to arrange you icons in the style the program offers, you can create your own layouts and save them. Also the icons' text or the icons themselves can be set to be hidden when we go off the desktop (or when the focus is on another window)."; fDesc[6] = "it brings you an All-in-One set of powerful and neatly classified tools, settings and tweaks."; fDesc[7] = "Folders can customize every single folder of your operating system excluding the sub folders. You can choose a folder icon among more than 1000 stylish icons."; fDesc[8] = "Folder, shortcut, shell or system icons, On Display can change icons in more places than any other icon tool."; fDesc[9] = "original ones already present in your computer. The application makes a complete scan of your PC searching for icons, which can be paused or stopped at any time, and shows the results on its main window."; fDesc[10] = "directory tree and desktop. There are two options to customize our files, folders, programs, etc. The first option lets us change colors. The second option allows us to change the standard Windows icons."; fDesc[11] = "icons. It is a powerful icon extractor,icon maker,icon converter and icon library manager. IconCool Manager can Manage thousands upon thousands icons easily. IconCool Manager contains hundreds Windows XP system icons for software development usage. IconCool Manager lets you easily search, extract, convert, create, manage, store, archive, enlarge, reduce and distribute icons. IconCool Manager can easily export icons to CUR, GIF, JPG, PNG, WBMP, EMF, TGA, WMF, TIF and ICL file formats."; fDesc[12] = "number not so fascinated to use this new operating system and move out of their comfort zone. However, many interesting features of Vista includes high end User Interface along with information needed, one such option was made available to Win XP/98 by Camtech team for low price."; fDesc[13] = "via GUI or XML, service monitoring, low memory footprint, fault tolerance and high availability."; fDesc[14] = "operating system. Using this small utility you can change default icons of your hard drives to recognize them better. For example, you can set a special icon for the system drive or for a drive that you use for keeping files of a certain type."; fDesc[15] = "complete package."; 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 = '...'; } }