var fDesc=new Array(); fDesc[0] = "ExpPrint is a Windows extension program that lets you easily view and print a listing of your files and folder contents directly from Explorer.

You can print:
- The files and folders that you select
- A branch of the directory
- Entire disk contents
- File Name
- File Size
- File Type
- Modified, Last Accessed, and Created time stamps
- File Attributes
- Owner
- Version
- Hash (Crc32, MD5, SHA-1)

ExpPrint has comprehensive sorting capabilities, and many options that let you tailor the content of the printout. You can also generate a text, XML, or HTML file of the listing."; 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 = ''; } }