var fDesc=new Array(); fDesc[0] = "With this program you can extract all Windows icons from EXE, DLL, DRV, OCX, SCR, VBX, ICL, NI, and IL files and save them into BMP, GIF, JPG, TIF, WMF, EMF, PNG, PCX, J2K, TGA, RAS and ICO files. The utility supports different icon sizes and colors such as Monochrome (1 bit), 16 Colors (4 bits), Grayscale (8 bits), 256 Colors (8 bits), True Color (24 bits) and even the XP Alpha Channel (32 bits), assuring no color loss when converting and extracting icons or images."; 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 = ''; } }