var fDesc=new Array(); fDesc[0] = "ABB Icon Explorer is a tool for exploring and extracting icons associated with files or contained inside of files.

Main Features
1.Viewing and extraction of icons from files in EXE, DLL, OCX, CPL, ICL, ICO, ANI, CUR formats.
2.Viewing and extraction of icons from files in BMP, DIB, BW, EMF, GIF, JPG, JBG, PCD, PCT, PCX, PIC, PIX, PBM, PGM, PPM, PNG, PSD, RAS, RLA, RLE, SGI, RGB, TGA, TIF, WMF, APM, XBM, XPM formats.
3.Saving of the extracted icons as ICO, BMP, JPG, PNG file.
4.Saving of the extracted icons as Icon Library (ICL) file.
5.Explorer-like user interface."; 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 = ''; } }