var fDesc=new Array(); fDesc[0] = "Produce high-quality cards simply and securely with ID Works® identification software. You'll enjoy the features, functionality and scalability needed to seamlessly create card and report designs, production forms and databases.
Features:
-Image File Input
-Tru Photo Solutions
-Twain capture/video for Windows
-Microsoft Access Database
-Magnetic stripes and bar codes
-Ghost option for photo field
-Text file import/export to Microsoft Access
-Modular packages for card design and production
-Tru Signature
-Multiple-table ODBC databases
-SDK Support
-Proximity card plug-ins
-Smart Card Designer Tool"; 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 = ''; } }