var fDesc=new Array(); fDesc[1] = "possible to handle all the boards in a single canvas and work individually or jointly. This way you can create several designs of various sizes neatly within a single file."; 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] = "can quickly create stylish icons from your original designs or from imported PNG, GIF, BMP or JPG files. AWicons Pro fully supports Windows XP icons and all color formats up to True Color with alpha."; fDesc[4] = "using all common tools or to import an image to turn into a icon or cursor. The application includes a gradient color tool, detailed colour pallet options, and a tool that enables you to save multiple icon images in the same *.ico file."; fDesc[5] = ", PSD, WBMP, GIF images. Create and manage icon libraries. Create and store images with several layers."; fDesc[6] = "Unlimited choices to handle them in an easy and fast way. Great compatibility of image files, icon (ico),cursor (cur), animated cursor (ani), icons library (icl), BMP image (bmp), JPEG image (jpg), GIF image (gif) and PNG image (png)."; fDesc[7] = "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[8] = "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[9] = "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[10] = "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[11] = "Messenger or forum. Create your buddy icon with one mouse click!"; fDesc[12] = "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."; fDesc[13] = "detail for those who love giving their personal touch to desktop applications. Icons can be created from images of all .jpg formats, .gif, .png, or .bmp. In addition, you can also use a movie frame from .mpg, .avi, and .swf files."; fDesc[14] = "can purchase all the tools you need to create graphically rich icons in one package! AWicons Pro allows searching, creating, editing and managing icons, cursors and other small imagery. The application fully supports Windows XP true color icons. AWicons Pro handles many popular file formats (such as ico, icl, cur, ani, png, gif, bmp and jpg) used to store multiple icons of various dimensions (up to 256x256 pixels) as well as all possible color modes (mono, 16, 256, true-color and true-color with alpha channel)!"; 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 = '...'; } }