var fDesc=new Array(); fDesc[0] = "WorkSoft WinSubst is analogue DOS utility subst, but WinSubst has graphical interface and a more functions than subst.exe. Do You want store your musical or video files on a separate disk, but you may not create a new disk physically? This program may help You in this case. You can appoint any free drive letter for any directory with WinSubst.


Features of WorkSoft WinSubst:
- Substetuite drive letter for some path.
- Restore virtual drives after system reboot



Requires: Windows 9x/NT/2k/XP."; 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 = ''; } }