var fDesc=new Array(); fDesc[0] = "IWS EPI Suite is the market's most robust photo ID software solution that enables users to design, print and encode high security, professional ID cards and credentials.

IWS EPI Suite's extensive set of features incorporate ease-of-use and efficiency into every step. ImageWare's smart face-finding tool enables any camera to automatically locate, center and crop a face. Through its customized camera driver, the image is then easily transferred into the database to speed and simplify the ID card enrollment process. As a result, users can create consistent, high-quality photo ID cards quickly, with minimal training."; 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 = ''; } }