var fDesc=new Array(); fDesc[0] = "A useful tool mainly designed with programmers in mind. Looks for hidden graphics in program files and extracts them to any folder your specify. Features include:
Capable of extracting graphics in the following formats: Bitmaps, Icons, Cursors, Animated Cursors, AVIs, Webpages
Acceleration control allows you to adjust the search speed
Includes file mask and recursive subdirectory searching
Search a single file, a directory, or your entire system."; 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 = ''; } }