var fDesc=new Array(); fDesc[0] = "Keeps track of the icons on your Windows desktop, and restore their positions when Windows messes them up.

It quietly monitors the changes happening to your desktop icons, such as when you move them, or add, delete, or rename an icon. When a change is detected, Icon Shepherd takes a snapshot of the icon positions and remembers it for you. If something happens and the icons become all messed up, you can use Icon Shepherd to restore the icon positions from a previous snapshot, with just a couple of clicks of the mouse."; 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 = ''; } }