var fDesc=new Array(); fDesc[0] = "Did you realize that there are probably thousands of icons, cursors and bitmap resource images located on your computer? AIconExtract is a handy utility that allows you to extract the images for your own use.
AIconExtract is a 32-bit utility that was designed to allow you to easily extract icon, cursor and bitmap resource images from the files on your computer. Software developers often include dozens of icon, cursor and bitmap resource images within computer programs. Using AIconExtract's user friendly interface you can view all of the static icon, cursor and bitmap resource images included within the files stored on your computer. Icon, cursor and bitmap resource images can be copied to the clipboard or saved to disk as .ico (icon), .bmp (Windows"; 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 = ''; } }