var fDesc=new Array(); fDesc[0] = "This application enables the user to change the desktop icons in a fun and issue-free way. Personalize the desktop without complicating and without the need of knowing advanced computing. This tool makes it so simple that all the user has to do is click on the icon to be changed and finally point to the one desired. Changing icons makes easier to locate and navigate through files making it easier to group similar applications together giving a nice personalized appearance.
This application comes with an integrated icon search tool that scans them in your system. On your computer there are already many informative icons. Additionally, the user can create a favorites icon list to access them easily in the future.
IconChanger allows the user to copy or save individual computer icons for other uses, furthermore it allows to change desktop icons such as My Computer icon or shortcuts.
Save and restore the desktop icon positions to prevent icons being resorted after changing display resolution or configuration."; 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 = ''; } }