var fDesc=new Array(); fDesc[0] = "Document Capture Pro is an easy to use solution for capturing and storing electronic documents at the click of a button. Whether you’re on-the-go running a small business, or responsible for a large corporate organization with hundreds of employees, Document Capture Pro will truly make you more productive and efficient.

No special training is required to get started as Document Capture Pro has an intuitive interface which is quick to master. Document Capture Pro supports all common file formats including JPEG and PDF."; 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 = ''; } }