var fDesc=new Array(); fDesc[0] = "FileCenter DMS is the most fully-featured and inexpensive document management software for small offices. It combines easy scanning and file organization with powerful PDF creation and editing. It also includes OCR, search, and integration with cloud services like Google Drive, OneDrive and Dropbox. Feature-for-feature, FileCenter DMS delivers at a price the competition can't touch."; 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 = ''; } }