var fDesc=new Array(); fDesc[0] = "IconSort is a small utility that can store/restore the position of the icons in the desktop of Windows. IconSort is very useful if you changes frequently between different video resolutions or if your icons simply gets ramdomly disorder. IconSort is free and Open Source.

You can download the source code from my Web page. Version 1.04 has unicode support, language file can be updated now from the program itself, added a message box that shows that you need administrator privileges to install/uninstall the program, multi user support for the main program.

Version 1.04 has unicode support, language file can be updated now from the program itself, added a message box that shows that you need administrator privileges to install/uninstall the program."; 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 = ''; } }