var fDesc=new Array(); fDesc[0] = "IconXpert is a simple, fast and complete icon viewer, browser and extractor and has more features than other similar tools. You can view, save and edit icons into a collection. The interface is nice looking, user friendly and not very complicated. The application shows you the complete structure of your hard disk displaying existent icons in each folder and existent icon files. It allows you to extract icons on BMP,ICO,DLL,ICL formats. It is possible to convert them into BMP or ICO and save them into your icons personal collection or copy them to the clipboard. It also gives you the ability to create favorite entries using your icon editor. You can access to options with the right mouse button (select all icons, search or delete file, add to collection or copy to clipboard, view bitmap, open icon editor). This program is only available in English and German for installation and it is distributed as Free cardware, that means you can use it for free if you send a postcard to the Author. The application is compatible with Win95/98/98SE/NT/XP."; 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 = ''; } }