var fDesc=new Array(); fDesc[0] = "Doc Viewer is a tool designed to allow a user to quickly enter indexing information for a document and to create a simple work flow, move, rename, split and combine tiff images and PDF files.
Used in its most basic form it is a quick way to rename and move scanned images into a logical file folder hierarchy. In its most complex use it can be used in workflow to move documents based on decisions or capture data for importation into a 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 = ''; } }