var fDesc=new Array(); fDesc[0] = "ABBYY Business Card Reader is a family of desktop and mobile software tools for fast business card reading with ABBYY recognition technologies. These apps allows you to readily transfer contact data such as names, phone numbers, e-mail addresses and other key information found on business cards directly to a contact manager, a database or mobile address book, or save and share this information in electronic form.

ABBYY Business Card Reader contact transfer and recognition abilities save your time from tedious retyping and turns routine into enjoyment!"; 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 = ''; } }