var fDesc=new Array(); fDesc[0] = "Send To Manager can manage the shortcuts (.LNK) present in the Windows “Send To” Menu.

Main features:
- Easily remove unwanted shortcuts (excluding system shortcuts).
- Show file properties of any shortcut (.LNK) file.
- Add new applications or folders to the Windows “Send to” menu.
- Run it from the USB flash drive with the portable version."; 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 = ''; } }