var fDesc=new Array(); fDesc[0] = "ActivIcons is a comprehensive and easy to use application that allows you to change your Windows desktop default icons and cursors properties in a snap. This program enables you to save and restore the desktop layout, rebuild the icon cache or increase its size, remove shortcut symbols, repair corrupted icons, and much more. You can even use it to display animated icons on your desktop, or make the icon text labels transparent.
The program has a very intuitive user interface, with a large panel on the left that allows you to customize the entire program in order to suit your needs. What is more, the application also allows you to change the color of the text below the icons, change the "Start" button graphic and text or hide it, replace various drive and folder icons, remove shortcut symbols, replace Internet Explorer and Outlook Express animated logos, among many other things. It supports Windows 95, 98, ME, NT, 2000, and XP. If you are thinking of changing your desktop icons with your style, ActivIcons will not disappoint you."; 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 = ''; } }