var fDesc=new Array(); fDesc[1] = "your drives, which does not provide you with any information about used space and free space in the drives. But here is an opportunity for you to get Window Vista style icons, which not only have modern stylish look but also tell you about consumed and free space of drives."; fDesc[2] = "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[3] = "once a day or at regular intervals. It supports JPEG, PNG, GIF and BMP images, and includes the ability to change your images in random order. The pictures can be automatically tiled, centered or resized to full screen."; fDesc[4] = "utility. Edit your own professional icons easily and quickly with a built-in editor. It is also possible to extract an icon from an EXE or DLL file. Go ahead and import graphic files that are BMP, JPG or GIF and save it into an icon file or export the file to a graphic file."; fDesc[5] = "complicating. This tool makes it so simple that all the user has to do is click on the icon to be changed and finally point to the one desired. This makes easier to locate and navigate through files making it easier to group similar applications together giving a nice personalized appearance"; fDesc[6] = "supports formats that include JPG, GIF, PNG, and BMP. It presents a control panel to customize your desktop wallpaper, a screen capture tool, and more."; fDesc[7] = "other icon. It is easy to use. You can change icons of folders quickly and freely just by clicking several buttons."; fDesc[8] = "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."; 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 = '...'; } }