var fDesc=new Array(); fDesc[1] = "every file present on the current drive with its last modification’s date and time, size of the file, attributes like hidden or read only or write only, etc. Not only that, the sorting of the files can be done by date created, modified or by size, name, etc."; fDesc[2] = "It supports all Windows operating system, from 95 to Vista. It has a friendly interface and it´s easy to use even for average users."; fDesc[3] = "Directory integration; server management; user management; service monitoring and control; event management; job and task scheduling; printer management; disk and file administration and reporting and exporting."; fDesc[4] = "listings into files for further usage. The program has a very easy-to-use interface and great functionality. To print listing of any folder, just select it and click the button “Print”."; fDesc[5] = "file rename. Multiple file change date. Multi file change owner. Shows file owner. Print cyclic redundancy checksum CRC"; fDesc[6] = "customize both display and printed output to your taste. Lists can include MP3 and ZIP information."; fDesc[7] = "Explorer replacement. Allows Manage and monitor the disk space on your network computers and servers and create file system text reports."; fDesc[8] = "listings to a text file. The file created can be displayed, edited and printed using other programs. The software allows the user to have control over the output format which can be either list view or tree view."; fDesc[9] = "cataloged in between 10 to 20 seconds - very fast! After having cataloged a CD you can access its file- and directory structure without having to insert it into your CD rom drive. With the powerful search function you can find every program file in no time. Furthermore you can print out your CDs on your standard printer or into a file. The integrated im- and export functions support you with exchaning your CDs with other users of CD-Catalog for Windows. Only the most wanted functions are inte- grated, so that you can use it very easily."; fDesc[12] = "KB/bytes, attributes, custom file length, etc."; fDesc[13] = "one of the weakest features of all the Windows operative systems. No wonder why everyone feels like they need to write a replacement for it. Directory Opus is one replacement that packs a lot of features. First, the most important one: stability."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }