var fDesc=new Array(); fDesc[0] = "Icon Collector 1.3 by Michael Brick is the latest released version of this freeware utility for Windows. It has been designed to help us create our own icon collection. This feature is of especial interest to web developers, designers, or anyone interested in making his/her own icon collection. This software supports the following format extensions: IC, EXE, DLL, OCX, and CPL. The Main Window is divided into four sections: Directory, Found Icons, Extracted Icons and Library. We are allowed to browse through our entire directory and select a file or folder. Icon Collector will present all the supported icons contained in that particular file or folder. Next, we select the icon we like by double-clicking on it in order to send it to the Extracted Icon screen. In addition, we can send it to the Library or to a new collection. It is possible to preview an icon in different sizes. Another feature lets us change the background colors according to our preferences. Icon Collector is available for download directly and free or charge from the developer’s website. It takes no time to download and install, and it does not require previous registration. It is free for personal use. It runs under XP, 2000, ME, 98, and 95 operating systems."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }