var fDesc=new Array(); fDesc[0] = "This software offers a solution for users who want to extract icon images from one or more ICO, ICL, EXE, CPL, DLL, OCX, VBX, DRV, SCR files. The user simply adds folders and subfolders before choosing to extract icons for all files or application files only. The resulting icons are displayed in the lower pane. The user can then choose an output folder and save all or a selected list of the icons as individual icon files. These can be used to label required files or applications at any time. This user friendly application makes it easy to store commonly used icons of preference in one folder for speedy access when required."; 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 = ''; } }