var fDesc=new Array(); fDesc[1] = "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[2] = "uniques. The interface of the program have two Windows in one of each we can explore our files to find images for create our icons and in the other windows we have tools and colors to transform them."; fDesc[3] = "Create icons for Windows (up to Vistaâ„¢ 256x256) and MacOS (up to Leopard 512x512); Create and edit icons in Image Strips for toolbars; Use an advanced icon editor with various tools, filters and effects; Create icons from images or ready-to-use objects, and more..."; fDesc[4] = "enhance them. What is more, it also allows you to capture screens, create layouts, and select colors from a webpage, which makes it a great tool for web designers."; fDesc[5] = "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[6] = "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[7] = ", PSD, WBMP, GIF images. Create and manage icon libraries. Create and store images with several layers."; fDesc[8] = "Now, you can easily create wonderful, semi-transparent XP icons. IconCool Editor can extract icons from EXE, DLL, ICL and other files, and send the extracted icons to the edit area, then save them back. IconCool Editor can edit 10 icons at the same time. IconCool Editor has begun to support the next generation OS Window Vista from now on. You can create and edit Vista icons which includes the compressed 256x256 images easily."; fDesc[9] = "configurable special effect on each generated image. A library of 36 icons and 3D objects is included."; fDesc[10] = "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[11] = "and various image formats Completely and exactly support 32 bits icons(Windows XP icons) Easily edit animation GIF files Support PSD plug-in; Customize Windows icons Contain 500 sample XP icons Export icon images to Photoshop"; fDesc[12] = "The program is free. It needs Visual Basic 6 Run times to work. It is true freeware, this means you have no limits to use it either for commercial or non commercial purposes."; fDesc[13] = "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."; fDesc[14] = ", then you need Icon Edit Pro as it is a very easy to use strong icon editor-browser for Windows NT/98/95. By clicking the left mouse button you will apply the current tool, and the right mouse button is for defining the active color below the mouse pointer."; fDesc[15] = "32, 48, 64 ) or custom sizes and supports color depths up to 16 million colors. Apart from creating and editing icons, you can also work with plain and animated cursors."; 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 = '...'; } }