var fDesc=new Array(); fDesc[0] = "Administration Utility is a tool for managing and operating the document management system. An administrator can perform all kinds of operations, such as making various types of settings and managing cabinets and document types by using this tool. To organize documents for efficient management, folders and cabinets can be
created in the document management server. Documents are added in the folders
and cabinets. Several files created by various applications can be put together
as one document. Each document can have document information attached such
as a document name, document number, and creator. The available document
information items are fixed by the document type configured for each document.
A document can only be configured as one document type. By storing documents
of different document type in different cabinets, you can make
document management more efficient.

ScanRouter Document Server is a simple document management system for workgroups.
It enables the distribution of scanned documents and incoming faxes directly to ScanRouter V2 Professional/ScanRouter Enterprise."; 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 = ''; } }