var fDesc=new Array(); fDesc[1] = "icons just beside the normal icons for minimizing, maximizing and closing. This is really a wonderful tool to compare some data as in the normal windows the open window is automatically minimized when another is clicked."; fDesc[2] = "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[3] = "showed into the Windows Taskbar. Just place your mouse over a button, and most of times (not always) you will get a thumbnail of the application. Cool!"; fDesc[4] = "shadows, transition effects, special effects, shadows etc. The software has a configuration window that helps to set the options based on user’s choice. There is a help wizard that guides the users through the options during the first time setup."; fDesc[5] = "something the author calls 'universal scrolling´: moving the mouse wheel will scroll the window directly beneath the mouse cursor, not the one with the keyboard focus, which is the default."; fDesc[6] = "creates icons or cursors from all or a part of an image and it can also save an icon as an image. IconConveter can handle the following file image formats: JPG, PNG, GIF and BMP."; fDesc[7] = "whole new range of possibilities. It can take multiple screenshots and save them for you to choose later wich ones are useful or good, even after reboot of the system."; fDesc[8] = "options, hide, minimize, roll up, place window on top of all others, ghost it or even change a window's icon/title. Try it FREE now!"; fDesc[9] = "Auto Kill ActiveSync and Kill ActiveSync. Auto Kill ActiveSync closes the Microsoft ActiveSync iconfrom the system try directly without opening any window. Microsoft ActiveSync can be executed again at any time without problem, if you run Kill ActiveSync"; fDesc[10] = "extractor you will be able to grab icons from any .exe and .dll file, catch not only one icon but a whole group, and save them in your computer in the drive you wish."; fDesc[11] = ", Save Window Icon Into File, Set Window Transparency, Enable/Disable Window Close Button, Make Window Float, And More!!"; fDesc[12] = "windows icons. Software allows to free your desktop space for more windows, change windows attributes to fit specific use."; fDesc[13] = "easy access to the desktop whenever you need it. You can also set the icon text background to transparent."; fDesc[15] = "white rules, this spam killer will filter out all your junk email!"; 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 = '...'; } }