var fDesc=new Array(); fDesc[0] = "Organize all documents like Ms-word document etc. in one database with ease and security.
Documents Expert supports Ms Word, Html, Mht, Rtf, Txt and other file formats.
Key Features:
1. Import files, directories. Supports Ms Word, Html, Mht, Rtf, Txt and other file formats.
2. All files can be edited directly. You may also call your favorite editors to edit files.
3. Save web pages where IE can reach including images and flash movies with lightning speed.
4. Floating window enables saving dropped text or HTML text as a document.
5. Clipboard monitor, monitors clipboard changes and saves them as a document.
6. Export files,folders in RTF,HTML format.
7. Powerful searching engine. Full text search is supported.
8. Support for desktop, windows and region capture.
9. Security system keep your documents safe.
10.Dynamic load enables high speed loading of large databases."; 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 = ''; } }