var fDesc=new Array(); fDesc[1] = "possible to enter My PC, My Net places, My documents, My music, My images, the Control Panel, the Recycle WasteBasket, as well as the configuration itself and the developer web site (Punk SOftware)."; fDesc[2] = "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[3] = "the most of these icons no longer match the style of the current Windows operating systems. This LITE version in not compatible with large icons (128 x 128 pixels)"; fDesc[4] = "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[5] = "desktop look better and improve the usability, making easier to recognize items. You can share your icons with others, and use other people“s creations. It has many themes included."; fDesc[6] = "running applications. Program has a very convenient navigation bar which is placed at the top right corner of the desktop and allows you to easily move around your 360-degree desktop. An important feature is the ability to add web widgets to your desktop."; fDesc[7] = "icons. Use Toolset to view, access, locate, replace, extract, eliminate duplicates, and manipulate all image formats."; fDesc[8] = "graphics editor. IconDeveloper doesn't. Instead, it assumes that most people who want to create icons are either going to create them using an existing graphics package like Photoshop, MS Paint, CorelDraw, or they take existing images (.BMP, .PNG, .JPG, etc.) and turn those into icons. So instead of putting effort into a bitmap editor, IconDeveloper focuses itself on making it really, really easy to turn existing images into Windows icons and allowing for common modification of those icons (resizing, color changing, etc.). The result is a program that makes icons extremely fast, extremely well and extremely easily."; fDesc[9] = "icons is a snap by allowing you to use any graphical editor to produce icons. Because Easy Picture2Icon has the ability to convert digital pictures from BMP, GIF, JPEG, JPG and PNG into Windows icons."; fDesc[10] = ", PSD, WBMP, GIF images. Create and manage icon libraries. Create and store images with several layers."; fDesc[11] = "Folder, shortcut, shell or system icons, On Display can change icons in more places than any other icon tool."; fDesc[12] = ", there is the Registry Cleaner, the Memory Optimizer, the Uninstaller and the Start-Up Manager. The embedded utilities of this unique software package allow you to customize your windows interface."; fDesc[13] = "icons with customized and stylish icons now. You can import any image and edit it using a powerful editor, then apply special effects if desired. Once you are finished with the editing, you can save it as icon file that is ready to be used."; fDesc[14] = "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[15] = "managing them. The user can create Windows icons from digital quality images and photos, and the applications also permits exporting of icons to .bmp files along with the fabulous capability to even determine the transparency color as well."; 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 = '...'; } }