var fDesc=new Array(); fDesc[0] = "How many Windows program & file shortcuts are on your computer? 100? 200? 500? And how many are "ill" because you moved something to another directory or deleted a program or changed your network drive maps? Not sure? You can always roll up your sleeves, test them one at a time and coax Windows to try a fix. Or you can work smart & can call in the Doctor.

Shortcut Doctor checks your Windows shortcuts to see which point to targets that can no longer be found. The Doctor can then edit or resolve invalid shortcuts, search and replace shortcuts pointing to a certain drive or directory with another (with or without validation), search & replace shortcut command parameters, or delete shortcuts to the Recycle Bin. All shortcuts on a drive can be displayed, regardless of whether they are healthy or not. Operations can be set to ignore paths such as CD-ROM or network drives. Internet shortcuts can also be triaged for errors, edited, or created. Output in the Results List can be written to a file - perfect for diagnostic reports. Shortcut Doctor can also empty the Recent Documents list at the click of a button.

The program is available in 32-bit & 64-bit versions with Window Vista compatibility."; 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 = ''; } }