var fDesc=new Array(); fDesc[0] = "OptiCard 820 is a high-speed mobile scanner. It not only manages images but also organizes and synchronizes business cards into public contact databases, all with two simple buttons - Scan and BCR (Business Card Reader). Powerful I.R.I.S. Cardiris 3.5 helps you to organize all of your business cards with efficiency. It recognizes business cards from 50 different countries.

Other features include auto orientation, database export, synchronization with your PDA, and many more! From now on, you don't need to worry about where to store or how to access stacks of photos and business cards. Just use the USB 2.0 OptiCard 820 to quickly scan and manage them with user-friendly 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 = ''; } }