var fDesc=new Array(); fDesc[0] = "Extra Drive Creator Pro is a program that enables you to create additional drives on the computer. The existing drives stay without changes and are not divided into additional partitions. The program contains the following tools: Crypte Drive, Virtual CD, File to Drive, Folder Drive, RAM Drive. So, using this software you can create encrypted drives, virtual CD-ROM, virtual drive with file, folder, or with RAM. On created encrypted disk you’ll be able to store confidential information, and other users won’t have access to it, as it is crypted by 32 symbols password, providing protection from hacking. Using File to Drive and File to Folder options you can create additional disks. In fist case, the file is the basis for the extra drive, and in the second one, the existing folder is used as the basis. So, this function can be useful to create the folder with music or games as extra drive, for example. The RAM Drive tool uses the working memory as the basis for extra drive. All information stored on this disk will be lost after the computer reboot. These drives can be used to store temporary information. With Virtual CD option you can create ISO-images. The image is created the same way as an encrypted drive. The program can also load previously selected images automatically when the systems starts, that is very handy. The trial version will work within 21 days without registration."; 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 = ''; } }