var fDesc=new Array(); fDesc[0] = "ID Flow lets you design professional ID badges for your employees, students, etc. of any size and format. It can capture photos using your webcam or digital camera, remove background, and crop them automatically to fit the card design. ID Flow can also capture data from drivers license and passports and create ID cards using it; this eliminates the need for manual data entry. Addition of fingerprint, digital signature, and barcode (1D and 2D) are possible.

Cardholder records can be maintained in ID Flow and connected to existing ODBC / OLE DB compatible databases."; 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 = ''; } }