var fDesc=new Array(); fDesc[0] = "Pismo File Mount Audit Package is a Windows system extension that allows you to access contents of ZIP, ISO, CFS (Compact File Set), CISO, ISZ, DAA, and PFO (Private Folder) files through any application. To do so, the program mounts those contents to the file system as virtual folders. The package includes a Zip reader, which allows you to gain access to contents, even execute contained applications; a CD/DVD image file reader, that enables you to mount DVD and CD images to access the contents, also supporting ISO, CISO, ISZ, and DAA image formats; and a Compact File Set reader to easily access CFS files. The application also has the ability to create private folders that can be used to store sensitive data files and applications in an encrypted and compressed container file. In order to access the files at mount time, you will have to provide the password generated by the program. All the applications included in the package have a simple and straightforward user interface that is perfect for novice users, although the appearance is not really attractive to the eye. This version also features protocol and driver changes to eliminate extra copying of the file data, and also offers support for unbuffered I/O from client applications. It supports Windows 2K / XP / 2003 / Vista."; 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 = ''; } }