var fDesc=new Array(); fDesc[0] = "DiskSorter allows you to classify files in local disks, network shares, NAS devices, and enterprise storage systems. After scanning, it lets you save file classification reports, export file classification results to an SQL database, and perform advanced history trend analysis. Its built-in file classification plugins are capable of recognizing more than 3,000 types of files."; 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 = ''; } }