var fDesc=new Array(); fDesc[0] = "SentryFile allows you to integrate paper documents and electronic documents into an online filing system. It has all the tools that today's digital office demands, in a single, web-based package. Quickly create a complete digital library of all your important business documents, and rest assured that in the event of a disaster your data is safe.

The document management process integrates a number of technologies to create, store and manage your digital documents library. Computers are used to store and retrieve the documents and scanners are used to digitize your paper into electronic format. Computer networks allow access to your digital documents from remote locations, whether these locations are across the office, or across the world."; 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 = ''; } }