var fDesc=new Array(); fDesc[0] = "Icon Restore 1.0 is a program to restore the icon layout in your Windows desktop.

Sometimes, when you make changes in the resolution of your screen, or enter Windows in Safe Mode, the icon layout changes, moving icons to different places that the one you assigned them.

Icon Restore 1.0 reliefs you from the boring and time consuming task of manually placing every icon again in its place, by restoring a previously recorded icon layout.

The program installs LAYOUT.DLL (along with the required registry entries) from Microsoft, adding two new options to the pop up menu: that opens when any Windows system icon (ex. My Computer) is right clicked. These options are "Save Desktop Icon Layout" and "Restore Desktop Icon Layout".

To record your desired layout, after installation simply place your icons wherever you want them on your desktop. Right click My Computer and left click on "save icon layout" from the pop up menu.

If your icons ever get moved, you can restore your layout right clicking over My Computer and left clicking on "restore icon layout" from the pop up menu."; 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 = ''; } }