var fDesc=new Array(); fDesc[1] = "complicating. This tool makes it so simple that all the user has to do is click on the icon to be changed and finally point to the one desired. This makes easier to locate and navigate through files making it easier to group similar applications together giving a nice personalized appearance"; fDesc[2] = "Folder, shortcut, shell or system icons, On Display can change icons in more places than any other icon tool."; fDesc[3] = "files, which contain icons. Extracted icons can be printed or saved to ICO, BMP, JPEG, EMF, HTML, and DBF files."; 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] = "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[6] = "text-boxes of any windows application. The software is easy-to-use, just a simple drag and drop process and you will see the forgotten password."; fDesc[7] = "and intuitive user interface, very customizable and easy to use. With this program, you will be able to create notes and spreadsheets with various formatting features in different tabs."; fDesc[8] = "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[10] = "them directly to your AIM and change the buddy icons."; fDesc[11] = "needs. This application works with DLL, EXE and Macromedia Flash files without changing the code. Give your projects a more professional touch!"; fDesc[13] = "automatically. You can Extract Icon from one or multi-file, even can choose a folder.The colors may be monochrome (one bit), 16-color (four bits), 256-color (eight bits), true-color (24 bits), or true-color and alpha-channel (32 bits).Extract Icon Tool can extract icons from both 16-bit and 32-bit applications and libraries, including the following types: ICO, DLL, EXE. You can save them to file."; 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 = '...'; } }