var fDesc=new Array(); fDesc[0] = "inPhoto ID WDM is designed for ID photography. The software provides full control of all standard web cameras.inPhoto ID WDM also provides automatic face detection on live image, face crop, image resizing and enhancement.

inPhoto ID WDM works as TWAIN driver. It can be used with all commom ID card design and management software for automatic image capture with a web camera, face recognition, crop, image resizing and enhancement, and image transfer to the photo field of an ID card design and management software"; 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 = ''; } }