var fDesc=new Array(); fDesc[0] = "VirDir Manager helps you manage your system's files and folders more effectively. VirDir maps your favorite directory paths to drive letters, letting you access them quickly and easily. With VirDir you can easily eliminate having to deal with long directory paths.

Ever find yourself typing in the same long path over and over again, or constantly clicking through directory dialog boxes? VirDir eliminates that problem by letting you associate unused drive letters with directory paths.

With VirDir you can turn this...

C:\Program Files\New Application\New Application Data\My Data or...

\Network Machine\Network Share\Directory

...into something as easy as this...

M:\

VirDir does nothing to your folders or files. VirDir centralizes and uses two native Windows functions to allow you to map both local AND network shares to drive letters. Your folders and files themselves remain completely untouched."; 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 = ''; } }