var fDesc=new Array(); fDesc[1] = "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[2] = "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[3] = "difference to the charm of the homepage of an ordinary website, by adding elegant and stylish buttons and good looks, thereby making it user friendly and eye catching."; fDesc[4] = "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[5] = "configurable special effect on each generated image. A library of 36 icons and 3D objects is included."; fDesc[6] = "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[7] = "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[8] = "search for icons in your computer, modify existing icons and create new icons instantly by capturing screen areas. You can also modify desktop shortcut and folder icons, choose any image to substitute the icons, etc."; fDesc[9] = "bitmaps, icons, and cursors. It is possible to apply paint tools (pencil, brush, eraser, pick color, make a selection, draw a line, etc) and use the colour palette. This program also features photo editing tools such as filters, and effects."; fDesc[10] = ", JPG, TIF, WMF, EMF, PNG, PCX, J2K, TGA, RAS and ICO files.The utility supports different icon sizes and colors such as Monochrome (1 bit), 16 Colors (4 bits), Grayscale (8 bits), 256 Colors (8 bits), etc."; fDesc[11] = "files, and export icons in a custom size and color depth."; fDesc[12] = "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[13] = "users to extract, convert or create Windows icons from monochrome to Alpha Channel Windows XP 32 bits icons. The application gives users the possibility of showing or hiding the grid where pixels are displayed, zoom in and out, etc."; fDesc[14] = "the guiding grid and edit, create or modify any icon picture 16, 32, 48, 72 or 128 pixels in size. Also, the program allows users to extract icons from executable programs or dynamic libraries."; fDesc[15] = "easily. The program has the ability to convert many images into a single icon file, many images into different files and just a selected image."; 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 = '...'; } }