var fDesc=new Array(); fDesc[0] = "Scan2Contacts is a fully integrated, add-on scanning system for Microsoft ™ Outlook ™ contacts management software. It scans business cards and automatically inputs both their textual data and image into a new contact record in Outlook ™.

Within seconds of placing a card into the business card scanner, Scan2Contacts pulls the information off the card using OCR - Optical Character Recognition technology, and automatically populates the text fields of a new Outlook ™ contact record (name, title, phone number, etc.) While also capturing an image file of the card."; 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 = ''; } }