var fDesc=new Array(); fDesc[0] = "The Digital ArcHound PDF Digitizer application can be used to convert any document to a PDF document. The Digital ArcHound PDF Digitizer Printer can be used with the suite of DA Document Manager Client Consoles for archiving any document that can be printed. Simply print any of your documents, pictures, financial statements while DA Document Manager application is running and your digitized copy will be instantly included in your console for archiving."; 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 = ''; } }