var fDesc=new Array(); fDesc[0] = "DocQ provides incredible functionality to our customers. Unlike other offerings, DocQ allows you to share DocQ functionality with your customers so they can perform the needed tasks on the documents you send them at no additional cost! Whether you want your customers to fill a form, sign a document, or simply read a document they pay nothing!
In creating DocQ we established several objectives based on what our customers. :
- Provide a hassle-free way for customers to get legally signed and binding documents without printing, faxing, and overnight shipping.
- Provide a rich internet application that would give DocQ customers a solution requiring no software or hardware configuration that is much more accessible than a fax machine.
- Preserve the intent of the PDF standard by honoring document quality, portability and security.
- Provide an unsurpassed level of trust and simplicity so both our customers and their customers would feel comfortable using DocQ.
- Provide complementary tools and features that enable businesses to use DocQ for all paperless efforts including; mobile access, document archiving, form response, scanner integration, and document publishing.
- Design a system that meets or exceeds relevant standards; including e-Sign act of 1999 and UETA ."; 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 = ''; } }