var fDesc=new Array(); fDesc[0] = "DiskSorter is a powerful file classification solution allowing one to classify files in disks, directories, network shares and NAS storage devices, save file classification reports, export file classification results to an SQL database, perform advanced history trend analysis operations and multiple types of file management operations on categories of files.

DiskSorter provides a number of built-in file classification plugins capable of recognizing more than 3,000 types of files and allowing one to classify files by the file type, extension, user name, creation, last modification and last access dates, etc. Users are provided with the ability to generate various types of pie charts, categorize and filter file classification results and save file classification reports into a number of standard formats including HTML, PDF, Excel, text, CSV, XML and the DiskSorter native report format."; 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 = ''; } }