var fDesc=new Array(); fDesc[0] = "Folder Drives is a utility to bypass the traditional way of accessing a frequently used by providing a virtual drive that maps to the folder directly. It acts as a drive but is internally mapped to the folder. The folder acts as the main directory and all the files and subfolders can be accesses as in the case of a drive access.

Folder Drives provides the list of drives available by scanning the occupied drives. Folder drives adheres to the operating system of 16 drives and lists only the available drives minus the used drives. The drive can be selected followed by the folder either by typing the folder path or by browsing the drive paths. There is a provision to select more than one drive and the respective paths. Mount all button mounts all the drives with the respective folders. Remove all button unmounts all the drives. Options are available to load the application and run it in minimized form in the system tray without mounting the drives or along with mounting the drives, mount the virtual drives and exit the application or to run the application on user request.

Double click of the mounted drive in the list box opens the respective folder for use. Folder drives is compatible with Windows operating system spanning from Windows 95 to Windows XP. This utility is bundled as a freeware and can certainly do with certain tweaks in performance for error free operations."; 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 = ''; } }