var fDesc=new Array(); fDesc[0] = "VX Search is an automated, rule-based file search solution allowing one to search files by the file type, category, extension, file name, file size, location, creation, modification and last access dates, regular expressions, user name, file attributes, binary and text patterns, JPEG EXIF tags, etc.

The user is provided with the ability to categorize and filter file search results, perform file management operations, generate various types of pie and bars charts, save reports to a number of standard formats such as HTML, PDF, Excel, text, CSV, XML and export search results to an SQL database."; 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 = ''; } }