var fDesc=new Array(); fDesc[0] = "Minidx is a professional file management system.it has:

-The speedy full-text search engine find the document which need at the first time
-The own memory system which manage the important file under great security

-Manage the TB rank data but the amount of data has small effect on the system
-Using IFilter to get the text directly. Don't need to install office or other application
-Basic on Unicode and input/output multi-countries language normally

-High light the program grammar which makes reading various document convenience

-High light the search result and convenience for the users

-Realize the fuzzy inquiry and could recognize the synonym. Example when want to search the “where”,
input the “whe” will show all the words begin from "whe" include when,where etc.

-The own web server(like a hosting server ) facilitated sharing the management document in internet or local network
-Precise search by the file create/edit/visit time or the file title or the file path or file content
-User could set the hypothesis to filter the unuseful words"; 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 = ''; } }